Use the InvokeSubFlow component
The InvokeSubFlow component returns the context ID of a subflow in Workflow Studio so you can use it in other components. For example, you can use the context ID to get the execution status or the output of a subflow.
Before you begin
To understand more about flows in Workflow Studio, see Building flows.
Before you use any Flow Designer component, use the Connection Manager to make sure that you're connected to the instance. For more information about how to connect to an instance, see Connect to an RPA Hub instance from RPA Desktop Design Studio.
Enable the client callable option on an RPA Hub flow or subflow. For more information, see Enable the client callable option on an RPA Hub flow or subflow.
Role required: fd_read. For more information on this role, see User access to Flow Designer.
About this task
Add the InvokeSubFlow component to get the context ID of a subflow so other Flow Designer components can check its status or obtain its output. To get the context ID of a flow, use the InvokeFlow component.