abort_workflow
Terminate an active workflow instance in the MCP Kafka Schema Reg server by specifying its unique instance ID to halt ongoing processes.
Instructions
Abort an active workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"title": "Instance Id",
"type": "string"
}
},
"required": [
"instance_id"
],
"type": "object"
}