Skip to content

Commit db4113b

Browse files
author
Peter Amstutz
committed
Update text to say that 'inputs' on scatter is the post-scatter input object.
1 parent 9ba0d38 commit db4113b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

draft-4/Workflow.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,12 @@ $graph:
255255
the value of the parameter(s) specified in the `source` field, or
256256
null if there is no `source` field.
257257
258-
The value of `inputs` in the parameter reference or expression is the
259-
input object to the workflow step after assigning the `source` values,
260-
but before evaluating any step with `valueFrom`. The order of
261-
evaluating `valueFrom` among step input parameters is undefined.
258+
The value of `inputs` in the parameter reference or expression must be
259+
the input object to the workflow step after assigning the `source`
260+
values and then scattering. The order of evaluating `valueFrom` among
261+
step input parameters is undefined and the result of evaluating
262+
`valueFrom` on a parameter must not be visible to evaluation of
263+
`valueFrom` on other parameters.
262264
263265
264266
- type: record

0 commit comments

Comments
 (0)