@@ -115,7 +115,11 @@ some_cwl_field:
115
115
field3: bar2
116
116
```
117
117
118
- Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter )
118
+ Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter ) :
119
+ > array<InputParameter > |
120
+ > map<` id ` , ` type ` | InputParameter>
121
+
122
+
119
123
```
120
124
inputs:
121
125
- id: workflow_input01
@@ -140,7 +144,11 @@ some_cwl_field:
140
144
field3: bar2
141
145
```
142
146
143
- Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter )
147
+ Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter ) :
148
+ > array<InputParameter > |
149
+ > map<` id ` , ` type ` | InputParameter>
150
+
151
+
144
152
```
145
153
inputs:
146
154
workflow_input01:
@@ -164,7 +172,11 @@ some_cwl_field:
164
172
a_complex_type2: foo2 # we accept the default value for field3
165
173
```
166
174
167
- Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter )
175
+ Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter ) :
176
+ > array<InputParameter > |
177
+ > map<` id ` , ` type ` | InputParameter>
178
+
179
+
168
180
```
169
181
inputs:
170
182
workflow_input01: string
@@ -184,7 +196,11 @@ some_cwl_field:
184
196
# so we had to use the slightly expanded syntax
185
197
```
186
198
187
- Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter )
199
+ Specific example using [ Workflow.inputs] ( Workflow.html#InputParameter ) :
200
+ > array<InputParameter > |
201
+ > map<` id ` , ` type ` | InputParameter>
202
+
203
+
188
204
```
189
205
inputs:
190
206
workflow_input01: string
0 commit comments