IData Enricher ApiQueue All Async Method
Enrich the whole data collection asynchronously. The workflow will be continue and finish without waiting all the 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 QueueAllAsync(
string dataClassName,
TimeSpan? timeout = null,
int batchSize = 100
)Parameters
Example
C#
var dataApi = ctx.Use<IDataEnricherApi>();
dataApi.QueueAllAsync("Employee", TimeSpan.FromSeconds(30));