Skip to main content

Execute Sub-workflow Trigger node

Use this node to start a workflow in response to another workflow. It should be the first node in the workflow.

DeepOpinion allows you to call workflows from other workflows. This is useful if you want to:

  • Reuse a workflow: for example, you could have multiple workflows pulling and processing data from different sources, then have all those workflows call a single workflow that generates a report.
  • Break large workflows into smaller components.

Usage

This node runs in response to a call from the Execute Sub-workflow.

How data passes between workflows