Run workflow
Learn how to execute a workflow from within another workflow. The Workflow block allows data to be transferred between workflows, simplifying complex processes by:
- Breaking down workflows into smaller, more manageable functions that perform specific tasks (such as multiple API requests).
- Reusing the same actions across different workflows, minimizing duplication across similar tasks.
The Workflow block initiates a designated workflow and passes along the necessary data. Once the specified workflow completes, it returns the data back to the original workflow to continue the process.
Run the specified workflow
Workflows executed from within another workflow function similarly to those triggered by a webhook. When initiated, the data from the primary workflow becomes accessible through {{payload}}
.