File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,12 @@ $graph:
255
255
the value of the parameter(s) specified in the `source` field, or
256
256
null if there is no `source` field.
257
257
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.
262
264
263
265
264
266
- type : record
You can’t perform that action at this time.
0 commit comments