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 |
---|---|
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
State | Specifies the current state of the workflow. |
ShowInFlowHistory | Indicates whether the workflow state should be visible in the flow history. |
Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |