workflow_delete_data
Remove workflow data while preserving the workflow record. Specify the workflow UUID to delete associated data without affecting the workflow structure.
Instructions
Delete workflow data while keeping the workflow record.
Args: workflow_uuid: UUID of the workflow whose data to delete (keeps workflow record)
Returns: Dictionary with confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_uuid | Yes | UUID of the workflow whose data to delete (keeps workflow record) |