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 |
|---|---|
| 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. | |
| 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. | |
| IncludeFlowInitiator | Indicates whether to include the flow initiator in the positions. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |