Skip to content

Commit ddba7af

Browse files
Modified Loop documentation
1 parent 183d3b2 commit ddba7af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cwltool/extensions-v1.2.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ $graph:
194194
Prototype to enable workflow-level looping of a step.
195195
196196
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.
197198
198199
`loop_when` is an expansion of the CWL v1.2 `when` construct which controls
199200
conditional execution and thus when using `Loop` do not also specify a `when` as
@@ -219,11 +220,6 @@ $graph:
219220
220221
The `inputs` value in the expression must be the step input object.
221222
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-
227223
It is an error if this expression returns a value other than `true` or `false`.
228224
loop:
229225
type: LoopInput[]?

0 commit comments

Comments
 (0)