Skip to main content

Interface IWorkflowPlugin

Namespace: OptimaJet.Workflow.Plugins

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IWorkflowPlugin

Methods

OnPluginAdd(WorkflowRuntime, List<string>)

Declaration
void OnPluginAdd(WorkflowRuntime runtime, List<string> schemes = null)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
List<string>schemes

OnRuntimeStartAsync(WorkflowRuntime)

Declaration
Task OnRuntimeStartAsync(WorkflowRuntime runtime)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
Returns
TypeDescription
Task

Extension Methods