Assembly: OptimaJet.Workflow.FormsPlugin

Class GetProcessFormSuccess

OptimaJet.Workflow.Plugins.FormsPlugin.GetProcessFormSuccess

Represents a successful result of fetching a process form.

public record GetProcessFormSuccess : IEquatable<GetProcessFormSuccess>

Type Hierarchy

Constructors

public GetProcessFormSuccess(ProcessForm Form) #
Represents a successful result of fetching a process form.

Parameters

Name
Type
Description
Form
ProcessForm
The successfully retrieved process form.

Properties

public ProcessForm Form { get; init; } #
The successfully retrieved process form.