Skip to main content

IFlowParameter

Represents a parameter used in a workflow, including its name, type, value, and change tracking properties.

Properties

NameDescription
GeneralIsChangedIndicates whether the general properties of the parameter have been modified.
IsChangedIndicates whether the parameter has been modified programmatically.
TypeSpecifies the type of the parameter, such as string, number, or boolean.
NameSpecifies the name of the parameter.
ValueRepresents the value of the parameter.