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