Class GetExecutableFormsSuccess
OptimaJet.Workflow.Plugins.FormsPlugin.GetExecutableFormsSuccess
Represents a successful result containing executable forms.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record GetExecutableFormsSuccess : IEquatable<GetExecutableFormsSuccess>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.GetExecutableFormsSuccess}
Constructors
public GetExecutableFormsSuccess(ImmutableList<ExecutableForm> Forms) #Represents a successful result containing executable forms.
Parameters
Name
Type
Description
FormsImmutableList<ExecutableForm>A collection of executable forms.