File tree Expand file tree Collapse file tree 3 files changed +17
-42
lines changed
tests/workflow-definitions Expand file tree Collapse file tree 3 files changed +17
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
- variable : inputFile
21
21
from-workflow :
22
22
variable : candidateMolecules
23
+ - variable : inputFile
24
+ from-project :
23
25
24
26
- name : parallel
25
27
description : Add some params
Original file line number Diff line number Diff line change @@ -136,6 +136,20 @@ definitions:
136
136
- variable
137
137
- to-project
138
138
139
+ # A Step variable
140
+ # (whose value (a file) is to be copied from project directory)
141
+ step-variable-from-project :
142
+ type : object
143
+ additionalProperties : false
144
+ properties :
145
+ variable :
146
+ $ref : ' #/definitions/variable-name'
147
+ from-project :
148
+ type : ' null'
149
+ required :
150
+ - variable
151
+ - from-project
152
+
139
153
# A step specification variable
140
154
# (there must be at least one if a variables block is defined).
141
155
# Typical variable syntax based on Python's definition of a variable
@@ -202,6 +216,7 @@ definitions:
202
216
- $ref : " #/definitions/step-variable-from-step"
203
217
- $ref : " #/definitions/step-variable-from-workflow"
204
218
- $ref : " #/definitions/step-variable-from-predefined"
219
+ - $ref : " #/definitions/step-variable-from-project"
205
220
- $ref : " #/definitions/step-variable-to-project"
206
221
minItems : 1
207
222
required :
You can’t perform that action at this time.
0 commit comments