ISubFlowCallProperties
The ISubFlowCallProperties
interface defines properties for managing subflow calls in workflows, including metadata for the subflow object and its return values.
Properties
Name | Description |
---|---|
SubFlowObject | Specifies metadata for the subflow object that defines the properties and behavior of the subflow. |
ReturnValues | Defines a list of return values from the subflow, allowing data to be passed back to the main workflow. |