Update Node
update_nodeUpdate the properties of an existing node in the workflow state memory to keep project information current and consistent.
Instructions
Update properties of an existing node in the workflow graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the node to update. | |
| tags | No | Updated tags list. | |
| title | No | Updated short human-readable title. | |
| status | No | Updated status. | |
| project | No | Optional project identifier. | |
| metadata | No | Optional metadata JSON object containing details to merge into the node's existing metadata. |