Closed sebhoerl closed 4 years ago
The validate step should have access to the result of the stage. Proposal:
validate
context.result()
And also path()
path()
Actually, we don't want that because validate should just be a quick test on the input data.
The
validate
step should have access to the result of the stage. Proposal: