SubFlowCallProperties
The SubFlowCallProperties class defines properties for managing subflow calls in workflows. It inherits from BimserWorkflowObjectProperties and implements ISubFlowCallProperties.
Properties
| Name | Description |
|---|---|
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| ReturnValues | Defines a list of return values from the subflow, allowing data to be passed back to the main workflow. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
| SubFlowObject | Specifies metadata for the subflow object that defines the properties and behavior of the subflow. |