batch_signal
Send a signal to all workflows that match a specified query, with an optional limit to control how many workflows receive the signal.
Instructions
Send a signal to multiple workflows matching a query. Specify 'limit' to control batch size (default: 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Query to select workflows | |
| signal_name | Yes | The signal name to send | |
| args | No | Arguments for the signal | |
| limit | No | Maximum number of workflows to signal (default: 100) |