A batch flow's input is a run parameter, not a missing value
Docs / docs (push) Successful in 20s
Playwright Tests / test-playwright (1, 2) (push) Failing after 1m59s
Playwright Tests / test-playwright (2, 2) (push) Failing after 1m40s
pre-commit / pre-commit (push) Failing after 2m49s
Test Backend / test-backend (push) Successful in 2m20s
Compose Smoke Test / test-compose (push) Successful in 30s
Playwright Tests / merge-reports (push) Failing after 1m6s

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UytviPMJbXzD8P84nLvXcq
This commit is contained in:
2026-08-25 18:51:54 +02:00
co-authored by Claude Opus 5
parent 3503512d05
commit a3a234756c
4 changed files with 35 additions and 5 deletions
+2 -1
View File
@@ -447,7 +447,8 @@ class Pipeline:
"""Report everything that would keep this graph from running.
:param flow_inputs: Messages declared as inputs of a flow rather than
computed by it, mapped to whether they carry an initial value.
computed by it, mapped to whether a value will be there when the
flow starts — from an initial, or from the run that starts it.
"""
declared = flow_inputs or {}
issues: list[ValidationIssue] = []