FlowDocumentStateItem
Represents a state item for a document within the workflow, including document name, key, status, and change tracking.
Properties
| Name | Description |
|---|---|
| Status | The status of the document within the workflow. |
| DocumentObjectKey | The unique key of the document object associated with this state item. |
| DocumentObjectName | The name of the document object associated with this state item. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |