We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cwltool:Loop
1 parent 6c86caa commit 54f0087Copy full SHA for 54f0087
cwltool/extensions-v1.2.yml
@@ -159,6 +159,7 @@ $graph:
159
default must be applied prior to scattering or evaluating `valueFrom`.
160
jsonldPredicate:
161
_id: "sld:default"
162
+ _container: "@list"
163
noLinkCheck: true
164
valueFrom:
165
type:
@@ -236,7 +237,7 @@ $graph:
236
237
name: LoopOutputModes
238
symbols: [ last, all ]
239
default: last
- doc:
240
+ doc: |
241
- Specify the desired method of dealing with loop outputs
242
- Default. Propagates only the last computed element to the subsequent steps when the loop terminates.
243
- Propagates a single array with all output values to the subsequent steps when the loop terminates.
0 commit comments