Delegate CheckAsyncDelegate
OptimaJet.Workflow.Plugins.CustomWorkflowProviders.CheckAsyncDelegate
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
public delegate Task<bool> CheckAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string identityId, string ruleName, string parameter, CancellationToken token)Parameters
Name
Type
Description
processInstanceOptimaJet.Workflow.Core.Model.ProcessInstanceruntimeOptimaJet.Workflow.Core.Runtime.WorkflowRuntimeidentityIdSystem.StringruleNameSystem.StringparameterSystem.StringtokenSystem.Threading.CancellationToken