Assembly: OptimaJet.Workflow.FormsPlugin

Class GetExecutableFormsSuccess

OptimaJet.Workflow.Plugins.FormsPlugin.GetExecutableFormsSuccess

Represents a successful result containing executable forms.

public record GetExecutableFormsSuccess : IEquatable<GetExecutableFormsSuccess>

Type Hierarchy

Constructors

public GetExecutableFormsSuccess(ImmutableList<ExecutableForm> Forms) #
Represents a successful result containing executable forms.

Parameters

Name
Type
Description
Forms
ImmutableList<ExecutableForm>
A collection of executable forms.

Properties

public ImmutableList<ExecutableForm> Forms { get; init; } #
A collection of executable forms.