Skip to content

Commit 2efb203

Browse files
committed
add the type to the specific example
1 parent 5b39316 commit 2efb203

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

concepts.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ some_cwl_field:
115115
field3: bar2
116116
```
117117

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+
119123
```
120124
inputs:
121125
- id: workflow_input01
@@ -140,7 +144,11 @@ some_cwl_field:
140144
field3: bar2
141145
```
142146

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+
144152
```
145153
inputs:
146154
workflow_input01:
@@ -164,7 +172,11 @@ some_cwl_field:
164172
a_complex_type2: foo2 # we accept the default value for field3
165173
```
166174

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+
168180
```
169181
inputs:
170182
workflow_input01: string
@@ -184,7 +196,11 @@ some_cwl_field:
184196
# so we had to use the slightly expanded syntax
185197
```
186198

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+
188204
```
189205
inputs:
190206
workflow_input01: string

0 commit comments

Comments
 (0)