Assembly: OptimaJet.Workflow.FormsPlugin

Class FormsPluginSettings

OptimaJet.Workflow.Plugins.FormsPlugin.FormsPluginSettings

Represents the settings for the Forms plugin.

public class FormsPluginSettings

Properties

public required string FormsManagerUrl { get; init; } #
The URL of the form manager used to integrate with the process designer.
public string FormsProcessParameterName { get; init; } #
The name of the process parameter where the auxiliary data specifying which form to display is stored.
public string FormVersionPropertyName { get; init; } #
The name of the field in the form data where the version is stored for optimistic locking during form data saving.
public string DefaultFormDefinition { get; init; } #
Represents the value of an empty form.
public IFormValidator FormValidator { get; init; } #
The form validator.