Update run
update_runUpdate a workflow run's name, status, or context. Requires canvas:write or full permission. Use list_runs to find run_id (there is no get_run) and delete_run to remove the run and its canvas artifacts. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New run name | |
| run_id | Yes | Workflow run UUID | |
| status | No | New run status | |
| context | No | Replacement execution context | |
| playbook_id | Yes | UUID or GUID of the target playbook |