Execute Workflow
flow.workflow Workflow v0.1.0 Runs one or more sub-workflows in sequence (output → next input) or in parallel (one labelled output each).
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Input |
| Output | output | Output |
In parallel mode there is one labelled output handle per configured sub-workflow (w0, w1, …); sequential mode has a single output.
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Execution modeexecutionMode | select | "sequential" | Sequential: run the workflows in order, each output feeding the next. Parallel: run them all at once, each with its own labelled output. sequentialparallel |
Workflowsworkflows | workflow-list | [] | The sub-workflows to run (add at least one). Parallel gives each its own output port (labelled by name); sequential threads each output into the next. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.