WorkflowInfo
The WorkflowInfo
class represents information related to a workflow process.
Properties
Name | Description |
---|---|
CurrentStep | Metadata for the current step of the workflow. |
InstanceId | The unique identifier of the workflow instance. |
FlowStatus | The status of the workflow. |
Event | The specific event related to the workflow. |
Events | A list of events associated with the workflow. |
FlowStatusCaptions | Captions related to different workflow statuses. |
ProcessId | The unique identifier of the workflow process. |
Constructors
Name | Description |
---|---|
WorkflowInfo() | Initializes a new instance of the WorkflowInfo class. |