FlowValueOptions
Represents options for flow values within the workflow, including ID, value type, code, description, and modification status flags.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether the general state of the flow value option has been modified. |
| Id | The unique identifier of the flow value option. |
| ValueType | An integer representing the type of the value in the flow. |
| Code | The code associated with the flow value option. |
| Description | A description of the flow value option. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |