Skip to main content

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

NameREQUIRED

Display name shown for the module in the editor.

Description

Free-form description of what the module does.

Input nodeREQUIRED

Sub-graph node whose inputs are exposed as the module's own input connectors.

Input connectorsREQUIRED

Connectors to expose on the module's input side, mapped onto the input node's connectors.

Output nodeREQUIRED

Sub-graph node whose outputs are exposed as the module's own output connectors.

Output connectorsREQUIRED

Connectors to expose on the module's output side, mapped onto the output node's connectors.

NodesREQUIRED

Every node that belongs to the embedded sub-graph.

LinksREQUIRED

Every link that belongs to the embedded sub-graph.

Input

Defined by the configured Input connectors.

Output

Defined by the configured Output connectors.