MembersPositions
Represents properties for managing positions within the workflow, including constant and variable positions, with options for including the flow initiator and a modification status flag.
Properties
Name | Description |
---|---|
IncludeFlowInitiator | Indicates whether to include the flow initiator in the positions. |
VariablePositions | A list of variable positions associated with this workflow. Each item represents: |
Represents properties for variable positions within the workflow, including a control name and a modification status flag. | |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
ConstantPositions | A list of constant positions associated with this workflow. Each item represents: |
Represents constant position details for members within the workflow, including position identification and modification status. |