File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ $graph:
194
194
Prototype to enable workflow-level looping of a step.
195
195
196
196
Valid only under `requirements` of a https://www.commonwl.org/v1.2/Workflow.html#WorkflowStep.
197
+ Unlike other CWL requirements, Loop requirement is not propagated to inner steps.
197
198
198
199
`loop_when` is an expansion of the CWL v1.2 `when` construct which controls
199
200
conditional execution and thus when using `Loop` do not also specify a `when` as
@@ -219,11 +220,6 @@ $graph:
219
220
220
221
The `inputs` value in the expression must be the step input object.
221
222
222
- The `outputs` value in the expression must be the step output object
223
- produced by the execution of the last iteration of this step, except
224
- for the first execution when the `outputs` object is populated with
225
- `null`s for each output declared in this step's `out` section.
226
-
227
223
It is an error if this expression returns a value other than `true` or `false`.
228
224
loop :
229
225
type : LoopInput[]?
You can’t perform that action at this time.
0 commit comments