batch_cancel
Cancel all workflows matching a specified query, using concurrent processing to speed up the batch operation.
Instructions
Cancel multiple workflows matching a query with concurrent processing for speed. Use 'concurrency' to control parallel operations (default: 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of workflows to cancel (default: 100) | |
| query | Yes | Query to select workflows to cancel | |
| concurrency | No | Number of workflows to cancel concurrently for faster processing (default: 50, max recommended: 100) |