Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Enum SaveStrategy

OptimaJet.Workflow.Plugins.FormsPlugin.SaveStrategy

Represents a strategy for saving a form within the workflow system.

public enum SaveStrategy

Fields

ValidateAndSave = 0 #
Specifies a save strategy that validates the form data before saving it. This strategy ensures that the form data complies with predefined validation rules, preventing the saving of incomplete or incorrect data.
NoSave = 1 #
Specifies a save strategy where no saving action is performed. This strategy is suitable for scenarios where saving form data is unnecessary.