Workflow Engine .NET

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>

Inheritance

  • System.Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.GetProcessFormSuccess}

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

Name
Type
Form #
ProcessForm
The successfully retrieved process form.