Add Workflow Node
Add a node to a workflow DAG (action, agent, or advanced) and wire its edges. Cycles are rejected.
Authorizations
API Key for authentication
Path Parameters
Query Parameters
Deploy the workflow after adding so the change takes effect immediately.
Body
Add a node to a workflow DAG. Use action/agent for the common cases, or advanced for full control.
Node kind to add.
action, agent, advanced Node name.
Connection id. Required for type=action.
Operation catalog id. Required for type=action.
Instructions for the action/agent node.
Agent id. Required for type=agent.
A full OrchestrationNode. Required for type=advanced.
Append the new node id to the next_node_ids of these existing nodes.
Ids of nodes to run after the new node.
Response
Successful Response
Node id (use to update/remove the node).
Node type (action, agent, classifier, ...).
Node name.
Ids of nodes that run after this one.
Referenced asset id for action/agent nodes.
Connection id parsed from an action node's asset_id.
Operation catalog id parsed from an action node's asset_id.
Agent id for agent nodes.

