Commit c8fba4d
Add
To prepare the library for the new `ScatterWorkflowStep` and
`LoopWorkflowStep` objects introduced in CWL v1.3, this commit
adds type aliases to be used in previous CWL versions.
The `ScatterWorkflowStep` is an alias for `WorkflowStep` in CWL up to
v1.2, as the `WorkflowStep` object has the `scatter` and `scatterMethod`
properties.
The `LoopWorkflowStep` does not exist before CWL 1.3. Therefore, a
`NoType` abstract class has been introduced as a placeholder.ScatterWorkflowStep and LoopWorkflowStep
1 parent fa7b09b commit c8fba4d
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
84 | 98 | | |
85 | 99 | | |
86 | 100 | | |
| |||
0 commit comments