Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class ExecutableForm

OptimaJet.Workflow.Plugins.FormsPlugin.ExecutableForm

Represents information about a form that can be executed.

public record ExecutableForm : ProcessForm, IEquatable<Form>, IEquatable<ProcessForm>, IEquatable<ExecutableForm>

Inheritance

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.Form}
  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ProcessForm}
  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ExecutableForm}

Properties

Name
Type
AllowSave #
Boolean
If true, the form can be saved without execution.
Commands #
ImmutableList<FormCommand>
The list of commands that can be executed with the form i.e., the commands that will be shown on the form.