The type of the input parameters for the subflow.
The type of the output parameters for the subflow.
Invokes the subflow.
An identifier for this specific instance of the subflow.
The input data for the subflow, conforming to the inferred input schema.
The output data from the subflow, conforming to the inferred output schema.
Subflow instance with known Subflow definition - provides type-safe output property access
Template: TInputs
The actual input type being passed, which must be assignable to RuntimeInputs.
Param: _subflow
The
Subflowobject (created bySubflowDefinition).Param: _config
Configuration object with $id and optional annotation.
Param: _inputs
The input data provided to the subflow, including optional waitForCompletion.
Returns
The expected output of the subflow, typed as
Owith known properties.