Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Delegate ActionAsyncDelegate

OptimaJet.Workflow.Plugins.CustomWorkflowProviders.ActionAsyncDelegate

public delegate Task ActionAsyncDelegate(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