Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Delegate ConditionAsyncDelegate

OptimaJet.Workflow.Plugins.CustomWorkflowProviders.ConditionAsyncDelegate

public delegate Task<bool> ConditionAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, Dictionary<string, string> parameters, CancellationToken token)

Parameters

Name
Type
Description
processInstance
OptimaJet.Workflow.Core.Model.ProcessInstance
runtime
OptimaJet.Workflow.Core.Runtime.WorkflowRuntime
parameters
System.Collections.Generic.Dictionary{System.String,System.String}
token
System.Threading.CancellationToken