Skip to content

Commit b5eb57f

Browse files
Changed outputSource refScope from 0 to 1
This change allows a corret id reference in the outputSource field of WorkflowOutputParameter objects
1 parent f3a35f3 commit b5eb57f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

cwltool/schemas/v1.0/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $graph:
169169
jsonldPredicate:
170170
"_id": "cwl:outputSource"
171171
"_type": "@id"
172-
refScope: 0
172+
refScope: 1
173173
type:
174174
- string?
175175
- string[]?

cwltool/schemas/v1.1.0-dev1/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ $graph:
226226
jsonldPredicate:
227227
"_id": "cwl:outputSource"
228228
"_type": "@id"
229-
refScope: 0
229+
refScope: 1
230230
type:
231231
- string?
232232
- string[]?

cwltool/schemas/v1.1/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ $graph:
235235
jsonldPredicate:
236236
"_id": "cwl:outputSource"
237237
"_type": "@id"
238-
refScope: 0
238+
refScope: 1
239239
type:
240240
- string?
241241
- string[]?

cwltool/schemas/v1.2.0-dev1/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ $graph:
200200
jsonldPredicate:
201201
"_id": "cwl:outputSource"
202202
"_type": "@id"
203-
refScope: 0
203+
refScope: 1
204204
type:
205205
- string?
206206
- string[]?

cwltool/schemas/v1.2.0-dev2/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ $graph:
205205
jsonldPredicate:
206206
"_id": "cwl:outputSource"
207207
"_type": "@id"
208-
refScope: 0
208+
refScope: 1
209209
type:
210210
- string?
211211
- string[]?

cwltool/schemas/v1.2.0-dev3/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ $graph:
205205
jsonldPredicate:
206206
"_id": "cwl:outputSource"
207207
"_type": "@id"
208-
refScope: 0
208+
refScope: 1
209209
type:
210210
- string?
211211
- string[]?

cwltool/schemas/v1.2.0-dev4/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $graph:
223223
jsonldPredicate:
224224
"_id": "cwl:outputSource"
225225
"_type": "@id"
226-
refScope: 0
226+
refScope: 1
227227
type:
228228
- string?
229229
- string[]?

cwltool/schemas/v1.2.0-dev5/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $graph:
223223
jsonldPredicate:
224224
"_id": "cwl:outputSource"
225225
"_type": "@id"
226-
refScope: 0
226+
refScope: 1
227227
type:
228228
- string?
229229
- string[]?

cwltool/schemas/v1.2/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $graph:
223223
jsonldPredicate:
224224
"_id": "cwl:outputSource"
225225
"_type": "@id"
226-
refScope: 0
226+
refScope: 1
227227
type:
228228
- string?
229229
- string[]?

0 commit comments

Comments
 (0)