feat: adds input and output validation - #778
Open
claymcleod wants to merge 5 commits into
Open
Conversation
claymcleod
force-pushed
the
input-validation
branch
2 times, most recently
from
July 16, 2026 02:09
beeb1e4 to
87e45fc
Compare
claymcleod
force-pushed
the
input-validation
branch
from
July 16, 2026 02:11
f90bc5e to
9d0848f
Compare
claymcleod
marked this pull request as ready for review
July 16, 2026 02:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added nested
validationblocks to task and workflow input and output sections so authors could express boundary conditions without running a helper task. Input validation aggregated failures before execution, while output validation checked completed values before exposing them. Closes #657.Restricted input validation dependencies to input declarations to preserve DAG construction, required comma-separated clauses for unambiguous parsing, and reserved
validationin WDL 1.4. Input failures were made non-retryable; task output failures followedmax_retriesbecause they occur after command execution.Before submitting this PR, please make sure:
README.mdor other documentation needs updating to account for these changes.CHANGELOG.mddescribing the change and linking back to your pull request.CONTRIBUTING.mddocument.For OpenWDL team members: