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