ApproveStatus
The ApproveStatus class represents the most recently triggered status in the workflow (Flow), including its unique identifier, descriptive label, and associated icon for visual representation.
Properties
| Name | Description |
|---|---|
| Id | The unique identifier for the latest status in the flow. |
| Icon | The icon representing this status, typically displayed in the UI to provide a visual cue. |
| Description | A text description of the latest status, reflecting the current state of the flow. |