Delegate CustomActivityAsyncAction
Namespace: OptimaJet.Workflow.Core.Plugins
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic delegate Task CustomActivityAsyncAction(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
ProcessInstance | processInstance | |
Dictionary<string, string> | parameters | |
CancellationToken | token |
Type | Description |
---|---|
Task |