Sub-Workflow Input

Define typed input ports for a workflow that can be called as a sub-workflow.

Overview

The Sub-Workflow Input node declares the input interface for a workflow that is intended to be invoked by a Sub-Workflow node in another workflow. Each input port defines a named, typed entry point that receives data from the calling workflow. A route ID is auto-generated to uniquely identify this input within the workflow, allowing multiple input/output route pairs.

Configuration

Field Type Default Description
Label string "Sub-Workflow Input" Display name for this input interface.
Route ID string auto-generated Unique identifier for this input route. Generated automatically; do not modify manually.
Ports SubWorkflowPort[] 1 default port List of input ports. Each port has a name and media type. Minimum 1 port required.

Port Configuration

Field Type Default Description
ID string auto-generated Unique port identifier.
Name string "Input" Display name for the port.
Media Type enum "any" Expected data type. Options: text, image, video, audio, any.

Inputs & Outputs

Inputs: None. This is an entry-point node.

Outputs:

Common Use Cases

Tips