FlowStateProperties
The FlowStateProperties class defines properties for managing the state and visibility of workflow states in the flow history. It inherits from BimserWorkflowObjectProperties and implements IFlowStateProperties.
Properties
| Name | Description |
|---|---|
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| ShowInFlowHistory | Indicates whether the workflow state should be visible in the flow history. |
| State | Specifies the current state of the workflow. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |