Skip to content

WorkflowNodeReference

← All HTTP schemas

Points to a single node entering a workflow’s graph: an agent from the catalog, or a function registered in code.

Shape: object

Property Required Type Description Rules
name yes string Gets the referenced name: an agent name from the catalog when WorkflowNodeKind WorkflowNodeReference.Kind is WorkflowNodeKind.Agent, or a function name from the code registry when it is WorkflowNodeKind.Function.
kind yes WorkflowNodeKind Gets which registry Name is looked up in.