ds_get_workflow
Retrieve a workflow definition with DAG, global params, and node coordinates. Use compact mode to get only metadata and task summary, minimizing token usage.
Instructions
Read a single workflow definition (DAG, global params, node coordinates, etc.).
Args: project_name: Project name workflow_code: Process-definition code (from ds_list_workflows) compact: Compact mode (default False). When True, returns only metadata and task summary without full taskParams/SQL, greatly reducing token usage. Suitable when you only need to understand DAG structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | ||
| project_name | Yes | ||
| workflow_code | Yes |