IData Enricher ApiQueue All Method
Enrich the whole data collection. The workflow will be blocked until all the data enriching jobs are queued.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void QueueAll(
string dataClassName,
TimeSpan? timeout = null,
int batchSize = 100
)Parameters
Example
C#
var dataApi = ctx.Use<IDataEnricherApi>();
dataApi.QueueAll("Employee", TimeSpan.FromSeconds(30));