Inline Subworkflow Node
vellum.workflows.nodes.InlineSubworkflowNode
Used to execute a Subworkflow defined inline within your workflow. This allows you to modularize and reuse workflow logic.
Attributes
subworkflow
The Subworkflow class to execute
subworkflow_inputs
The inputs to pass to the subworkflow
Outputs
The outputs of this node are determined by the outputs defined in the subworkflow. Each output from the subworkflow will be streamed through this node.