Return data from sub workflow?

I am calling subWorkflow from a parentWorkflow. When the subWorkflow is finished, I would like to return some data to the parentWorkFlow, and continue in parentWorkflow based on data returned from the subWorkflow. Is there a way to do this?

The subWorkflow should have the Response node available to send back to the parentWorkflow:

3 Likes