get-workflow
Retrieve a workflow's complete details including metadata, components, and data flow mappings by supplying its ID.
Instructions
Get comprehensive workflow details including metadata (ID, version, status, name), full workflow description with purpose and use cases, complete component definitions with types and descriptions, placeholder mappings for data flow between components, component connections and relationships, and links to related workflow operations like session management
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The ID of the workflow to get the details of | |
| workflowVersion | No | DEFAULT, PUBLISHED, DRAFT, or an integer workflow version | DEFAULT |