Batch Update
batch_updateUpdate status, metadata, or tags for multiple workflow nodes in a single atomic transaction, supporting up to 100 IDs.
Instructions
Update the status, metadata, or tags of multiple nodes in a single atomic transaction. Max 100 IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | List of node IDs to update. | |
| tags | No | Optional new list of tags to apply to all nodes. | |
| status | No | Optional new status to apply to all nodes. | |
| project | No | Optional project identifier. | |
| metadata | No | Optional metadata updates to merge into all nodes. |