IFlowParameter
Represents a parameter used in a workflow, including its name, type, value, and change tracking properties.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether the general properties of the parameter have been modified. |
| Type | Specifies the type of the parameter, such as string, number, or boolean. |
| Name | Specifies the name of the parameter. |
| Value | Represents the value of the parameter. |
| IsChanged | Indicates whether the parameter has been modified programmatically. |