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>

Type Hierarchy

Properties

public required bool AllowSave { get; init; } #
If true, the form can be saved without execution.
public ImmutableList<FormCommand> Commands { get; init; } #
The list of commands that can be executed with the form i.e., the commands that will be shown on the form.