Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class FormsPlugin

OptimaJet.Workflow.Plugins.FormsPlugin.FormsPlugin

The plugin for managing forms in the Workflow Engine.

public class FormsPlugin : IWorkflowPlugin

Inheritance

  • System.Object

Implemented Interfaces

Constructors

public FormsPlugin(FormsPluginSettings settings) #
Represents a plugin that executes forms along with process instances.

Parameters

Name
Type
Description
settings
FormsPluginSettings

Properties

Name
Type
Name #
String
The plugin name.
Disabled #
Boolean
Flag to disable plugin, if true - plugin is disabled, false otherwise.
PluginSettings #
Dictionary<String>
The plugin settings.
Settings #
FormsPluginSettings
Gets the plugin settings for configuring the behavior and properties of the FormsPlugin.

Methods

public void OnPluginAdd(WorkflowRuntime runtime, List<string>? schemes = null) #
Called when a plugin is added to a runtime.

Parameters

Name
Type
Description
runtime
WorkflowRuntime
The instance of the runtime.
schemes
List<String>
The list of schemes for which the plugin is being added.
public Task OnRuntimeStartAsync(WorkflowRuntime runtime) #
Called when the runtime is started.

Parameters

Name
Type
Description
runtime
WorkflowRuntime
The instance of the runtime.

Returns

Type
Description
Task
A task that represents the asynchronous operation.