Skip to main content

FlowStateProperties Properties

An object defining properties for the FlowStateProperties class.

Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>


ShowInFlowHistory

Indicates whether the workflow state should be visible in the flow history.

Type: bool?


State

Specifies the current state of the workflow.

Type: int


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool