Module: Composed
Package an entire mini-graph (nodes + links) behind a single tool. The sub-graph runs end-to-end on every invocation, exposing its boundary connectors as if they were the module's own. Useful for re-using a complex pipeline in several places without copy-pasting nodes.
The module's input and output connectors are derived from a designated input-boundary node and output-boundary node inside the sub-graph.
Parameters
Display name shown for the module in the editor.
Free-form description of what the module does.
Sub-graph node whose inputs are exposed as the module's own input connectors.
Connectors to expose on the module's input side, mapped onto the input node's connectors.
Sub-graph node whose outputs are exposed as the module's own output connectors.
Connectors to expose on the module's output side, mapped onto the output node's connectors.
Every node that belongs to the embedded sub-graph.
Every link that belongs to the embedded sub-graph.
Input
Defined by the configured Input connectors.
Output
Defined by the configured Output connectors.