Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class GetExecutableFormsSuccess

OptimaJet.Workflow.Plugins.FormsPlugin.GetExecutableFormsSuccess

Represents a successful result containing executable forms.

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
Forms
ImmutableList<ExecutableForm>
A collection of executable forms.

Properties

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