batch_signal
Send a signal to multiple workflows matching a query, with an optional limit on batch size. Use to efficiently signal a group of workflows in one operation.
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 |