nsubflowreturn

package
v0.0.0-...-36d6306 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeSubFlowReturn

type NodeSubFlowReturn struct {
	FlowNodeID idwrap.IDWrap
	Name       string
	Outputs    []mflow.SubFlowOutput
}

NodeSubFlowReturn is a terminal node in a sub-flow. It evaluates output expressions against the sub-flow's VarMap and writes results under the node name. The RunSubFlow caller reads these outputs after execution completes.

func New

func New(id idwrap.IDWrap, name string, outputs []mflow.SubFlowOutput) *NodeSubFlowReturn

func (*NodeSubFlowReturn) GetID

func (n *NodeSubFlowReturn) GetID() idwrap.IDWrap

func (*NodeSubFlowReturn) GetName

func (n *NodeSubFlowReturn) GetName() string

func (*NodeSubFlowReturn) GetOutputVariables

func (n *NodeSubFlowReturn) GetOutputVariables() []string

GetOutputVariables implements node.VariableIntrospector.

func (*NodeSubFlowReturn) GetRequiredVariables

func (n *NodeSubFlowReturn) GetRequiredVariables() []string

GetRequiredVariables implements node.VariableIntrospector.

func (*NodeSubFlowReturn) RunAsync

func (n *NodeSubFlowReturn) RunAsync(ctx context.Context, req *node.FlowNodeRequest, resultChan chan node.FlowNodeResult)

func (*NodeSubFlowReturn) RunSync

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL