FeaturedDev & IT Ops#Execute#Async#Automation

Async Sub-workflow Dispatcher

Validate an incoming brief and dispatch a reusable sub-workflow in the background without a response node.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#Execute#Async#Automation

Click a node to select it — same as the Heym editor; the panel shows its settings.

4 nodes · Free & source-available

Async Sub-workflow Dispatcher

Dispatch a reusable sub-workflow asynchronously from a lightweight entry workflow. This version intentionally does not include a response node in the happy path, so the canvas stays focused on validation plus background dispatch.

What this workflow does

  1. Input accepts a brief field from the caller
  2. Condition rejects empty requests early
  3. Execute dispatches another workflow without waiting for completion
  4. Invalid input goes to Throw Error with an HTTP 400 response

Use cases

  • Fire-and-forget content pipelines
  • Async enrichment jobs behind a webhook
  • Dispatching reusable sub-workflows from a tiny launcher flow

Setup

Replace the blank Execute workflow selection with the workflow you want to call. Add more input fields and executeInputMappings if the target sub-workflow expects multiple parameters.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates