Class FilePlugin
OptimaJet.Workflow.Plugins.FilePlugin
Namespace: OptimaJet.Workflow.Plugins
public class FilePlugin : ProviderProviders<ProvidersFilePlugin>, ICustomMixProvider, ICustomWorkflowActionProvider, IWorkflowActionProvider, IDisableProvider, ICustomDesignerParameterFormatProvider, IDesignerParameterFormatProvider, ICustomActivityProvider, ICustomConditionProvider, IWorkflowPluginType Hierarchy
Constructors
public FilePlugin() #Properties
public string Name { get; protected set; } #The plugin name.
public Dictionary<string, string> PluginSettings { get; protected set; } #The plugin settings.
Methods
public void OnPluginAdd(WorkflowRuntime runtime, List<string> schemes = null) #Called when a plugin is added to a runtime.
Parameters
Name
Type
Description
runtimeWorkflowRuntimeThe instance of the runtime.
schemesList<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
runtimeWorkflowRuntimeThe instance of the runtime.
Returns
Type
Description
TaskA task that represents the asynchronous operation.