Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Delegate ActionDelegate

OptimaJet.Workflow.Plugins.CustomWorkflowProviders.ActionDelegate

public delegate void ActionDelegate(ProcessInstance processInstance, WorkflowRuntime runtime, Dictionary<string, string> parameters)

Parameters

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