bulk_resume_workflows
Resume multiple cancelled DBOS workflows in a single operation, or start enqueued ones immediately by bypassing their queue. Provide workflow IDs for bulk execution.
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 | |||