Interface IWorkflowPlugin
Namespace: OptimaJet.Workflow.Plugins
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IWorkflowPlugin
Methods
OnPluginAdd(WorkflowRuntime, List<string>)
Declarationvoid OnPluginAdd(WorkflowRuntime runtime, List<string> schemes = null)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
List<string> | schemes |
OnRuntimeStartAsync(WorkflowRuntime)
DeclarationTask OnRuntimeStartAsync(WorkflowRuntime runtime)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime |
Type | Description |
---|---|
Task |