delete_workflow
Permanently delete a workflow and its execution history from DBOS Conductor. Provide application name and workflow ID; optionally delete child workflows.
Instructions
Delete a workflow from DBOS Conductor.
Permanently deletes a workflow and its execution history.
Args: application_name (string, required): Name of the DBOS application workflow_id (string, required): ID of the workflow to delete delete_children (bool, optional): Also delete child workflows started by this workflow (default: false)
Returns: message (string): Confirmation message workflow_id (string): The deleted workflow ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| delete_children | No | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||