Use the GetOutputs component
Use the GetOutputs component to get the output of a flow or a subflow in Workflow Studio.
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.
Use the GetExecutionStatus component to know the execution status of the flow or subflow. To use the component, see Use the GetExecutionStatus component.
Role required: none
About this task
There are many reasons why you might want to receive the output of a flow. For example, suppose you have an automation that includes an incident number, and you want to obtain the incident’s description. You can use Workflow Studio to create a flow that takes the incident number as input and returns the description. Then, in RPA Desktop Design Studio, you can invoke the flow using the InvokeFlow component and send its context ID to the GetOutputs component to get the output, including the incident description.