Delegate CustomActivityAsyncAction
OptimaJet.Workflow.Core.Plugins.CustomActivityAsyncAction
Namespace: OptimaJet.Workflow.Core.Plugins
public delegate Task CustomActivityAsyncAction(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token)Parameters
Name
Type
Description
runtimeOptimaJet.Workflow.Core.Runtime.WorkflowRuntimeprocessInstanceOptimaJet.Workflow.Core.Model.ProcessInstanceparametersSystem.Collections.Generic.Dictionary{System.String,System.String}tokenSystem.Threading.CancellationToken