Skip to content

Commit 54f0087

Browse files
Fix cwltool:Loop extension definition
This commit fixes two small errors in the `cwltool:Loop` definition that were breaking the Schema SALAD codegen procedure.
1 parent 6c86caa commit 54f0087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cwltool/extensions-v1.2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ $graph:
159159
default must be applied prior to scattering or evaluating `valueFrom`.
160160
jsonldPredicate:
161161
_id: "sld:default"
162+
_container: "@list"
162163
noLinkCheck: true
163164
valueFrom:
164165
type:
@@ -236,7 +237,7 @@ $graph:
236237
name: LoopOutputModes
237238
symbols: [ last, all ]
238239
default: last
239-
doc:
240+
doc: |
240241
- Specify the desired method of dealing with loop outputs
241242
- Default. Propagates only the last computed element to the subsequent steps when the loop terminates.
242243
- Propagates a single array with all output values to the subsequent steps when the loop terminates.

0 commit comments

Comments
 (0)