build_workflow_preview
Compile a DAG of job requests to preview the workflow pipeline without running it. Returns deterministic archives and resolved edges for dependency validation.
Instructions
Compile a DAG of job requests without running it.
tasks: [{"task_id", "job", "depends_on": [...], "input_from": {"task_id", "suffix"} (optional)}] Returns the compiled pipeline: deterministic archives, resolved edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tasks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||