IFlowMembersOptions
Represents options for managing members within the workflow, including position groups, positions, users, table objects, detail objects, and a modification status flag.
Properties
Name | Description |
---|---|
Positions | The positions associated with the workflow. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
TableObjects | A list of table objects associated with the workflow. Each item represents: |
Represents properties for table objects within the workflow, including data type, document object name, table object name, field name, and a modification status flag. | |
DetailObjects | A list of detail objects associated with the workflow. Each item represents: |
Represents properties for detail objects within the workflow, including data type, document object name, details object name, field name, and a modification status flag. | |
Users | A list of users associated with the workflow. Each item represents: |
Represents properties for users within the workflow, including user ID, code, name, and a modification status flag. | |
PositionGroups | The position groups associated with the workflow. |