Delegate ConditionAsyncDelegate
OptimaJet.Workflow.Plugins.CustomWorkflowProviders.ConditionAsyncDelegate
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
public delegate Task<bool> ConditionAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, Dictionary<string, string> parameters, CancellationToken token)Parameters
Name
Type
Description
processInstanceOptimaJet.Workflow.Core.Model.ProcessInstanceruntimeOptimaJet.Workflow.Core.Runtime.WorkflowRuntimeparametersSystem.Collections.Generic.Dictionary{System.String,System.String}tokenSystem.Threading.CancellationToken