get_workflow
Retrieve a workflow's full source code and metadata by its primary key. Find the key using list_workflows, then get the workflow name, source module, and complete code.
Instructions
Get the full source code and metadata of a workflow by its key (primary key). Use list_workflows first to find the workflow key you need.
Returns the workflow name, source module, and the full source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The primary key of the workflow to retrieve |