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>Type Hierarchy
- GetProcessFormSuccess Current type
- Implemented interfaces
Constructors
public GetProcessFormSuccess(ProcessForm Form) #Represents a successful result of fetching a process form.
Parameters
Name
Type
Description
FormProcessFormThe successfully retrieved process form.
Properties
public ProcessForm Form { get; init; } #The successfully retrieved process form.