Skip to main content

SubFlowCallProperties

The SubFlowCallProperties class defines properties for managing subflow calls in workflows. It inherits from BimserWorkflowObjectProperties and implements ISubFlowCallProperties.

Properties

NameDescription
SubFlowObjectSpecifies metadata for the subflow object that defines the properties and behavior of the subflow.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
ReturnValuesDefines a list of return values from the subflow, allowing data to be passed back to the main workflow.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.