switch_to_workflow
is a function that makes it possible to chain several workflows once after the other using pipes
Usage
switch_to_workflow(workflow, new_workflow)
Arguments
- workflow
A workflow object containing all parameters describing the flow required
- new_workflow
A workflow object to execute after the last one
Details
This function will send the output from the previous workflow to the next one.