Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Delegate CheckAsyncDelegate

OptimaJet.Workflow.Plugins.CustomWorkflowProviders.CheckAsyncDelegate

public delegate Task<bool> CheckAsyncDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, string identityId, string ruleName, string parameter, CancellationToken token)

Parameters

Name
Type
Description
processInstance
OptimaJet.Workflow.Core.Model.ProcessInstance
runtime
OptimaJet.Workflow.Core.Runtime.WorkflowRuntime
identityId
System.String
ruleName
System.String
parameter
System.String
token
System.Threading.CancellationToken