Configure Node
configure_nodeMerge configuration fields into a node, allowing partial updates even if the schema is incomplete.
Instructions
Merge config into a node, keeping the kind's other defaults. A config that does not satisfy the kind's schema is WRITTEN ANYWAY and reported as warnings — a half-configured node is a normal intermediate state when building a graph one step at a time, and refusing the write makes it impossible to get there. validate_workflow is where 'not finished' is said.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Fields to merge into the node's config. | |
| node_id | Yes | The node to configure. | |
| workflow_id | Yes | The workflow id. |