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