@@ -127,7 +127,7 @@ $graph:
127127 type : string?
128128 jsonldPredicate : " @id"
129129 doc : " It must reference the `id` of one of the elements in the `in` field of the step."
130- loop_source :
130+ loopSource :
131131 doc : |
132132 Specifies one or more of the step output parameters that will
133133 provide input to the loop iterations after the first one (inputs
@@ -193,9 +193,9 @@ $graph:
193193 Valid only under `requirements` of a https://www.commonwl.org/v1.2/Workflow.html#WorkflowStep.
194194 Unlike other CWL requirements, Loop requirement is not propagated to inner steps.
195195
196- `loop_when ` is an expansion of the CWL v1.2 `when` construct which controls
196+ `loopWhen ` is an expansion of the CWL v1.2 `when` construct which controls
197197 conditional execution and thus when using `Loop` do not also specify a `when` as
198- the `loop_when ` expanded definition is intended to replace `when` in a
198+ the `loopWhen ` expanded definition is intended to replace `when` in a
199199 future version of the CWL standards.
200200
201201 Loops are evaluated after any specified `scatter`ing; the implicit gathering
@@ -207,7 +207,7 @@ $graph:
207207 jsonldPredicate :
208208 _id : " @type"
209209 _type : " @vocab"
210- loop_when :
210+ loopWhen :
211211 type : cwl:Expression
212212 doc : |
213213 Only run the step while the expression evaluates to `true`.
@@ -223,7 +223,7 @@ $graph:
223223 jsonldPredicate :
224224 _id : " cwltool:loop"
225225 mapSubject : id
226- mapPredicate : loop_source
226+ mapPredicate : loopSource
227227 doc : |
228228 Defines the input parameters of the loop iterations after the first one
229229 (inputs of the first iteration are the step input parameters). If no
0 commit comments