bulk_delete_workflows
Soft-delete multiple workflows in one operation, each recoverable. Requires confirmation and version for each workflow to avoid conflicts.
Instructions
Soft-delete several workflows at once (each recoverable with restore_workflow, like single delete_workflow). Each target needs its own current version for optimistic locking — read each first. Returns a per-workflow success/error result; a partial failure is possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true. Acknowledges you understand this is destructive. | |
| workflows | Yes | The workflows to delete, each with its expectedVersion. |