IFlowDocumentStateItem
Represents a state item for a document within the workflow, including document name, key, status, and change tracking.
Properties
Name | Description |
---|---|
DocumentObjectKey | The unique key 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. |
Status | The status of the document within the workflow. |
DocumentObjectName | The name of the document object associated with this state item. |