Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Delegate CustomActivityAsyncAction

OptimaJet.Workflow.Core.Plugins.CustomActivityAsyncAction

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

Parameters

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