Class GetProcessFormSuccess
OptimaJet.Workflow.Plugins.FormsPlugin.GetProcessFormSuccess
Represents a successful result of fetching a process form.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
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
FormProcessFormThe successfully retrieved process form.