bulk_delete_workflows
Delete multiple DBOS workflows and their execution history at once. Provide an application name and workflow IDs, optionally including child workflows.
Instructions
Delete multiple workflows at once.
Permanently deletes the workflows and their execution history.
Args: application_name (string, required): Name of the DBOS application workflow_ids (array of strings, required): IDs of the workflows to delete delete_children (bool, optional): Also delete child workflows started by these workflows (default: false)
Returns: message (string): Confirmation message count (int): Number of workflows deleted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_ids | Yes | ||
| delete_children | No | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||