describe_workflow
Retrieve detailed information about a workflow definition in Kafka Schema Registry. The tool accepts a workflow_id as input to provide specific workflow details for better management and understanding.
Instructions
Get detailed information about a workflow definition
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"title": "Workflow Id",
"type": "string"
}
},
"required": [
"workflow_id"
],
"type": "object"
}