bulk_resume_workflows
Resume multiple cancelled workflows at once, or start enqueued workflows immediately by bypassing their queue. Recover or trigger bulk workflow execution in one operation.
Instructions
Resume multiple workflows at once.
Resumes execution of workflows that are in CANCELLED state. You can also use this on workflows in ENQUEUED state to immediately start them, bypassing their queue.
Args: application_name (string, required): Name of the DBOS application workflow_ids (array of strings, required): IDs of the workflows to resume queue_name (string, optional): If provided, enqueue the resumed workflows onto this queue instead of running them immediately
Returns: message (string): Confirmation message count (int): Number of workflows resumed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_name | No | ||
| workflow_ids | Yes | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||