diff options
Diffstat (limited to 'test-data/workflow-for-inputs-with-type-ambiguities.cwl')
| -rw-r--r-- | test-data/workflow-for-inputs-with-type-ambiguities.cwl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test-data/workflow-for-inputs-with-type-ambiguities.cwl b/test-data/workflow-for-inputs-with-type-ambiguities.cwl new file mode 100644 index 0000000..4e33148 --- /dev/null +++ b/test-data/workflow-for-inputs-with-type-ambiguities.cwl @@ -0,0 +1,11 @@ +class: Workflow +inputs: + number: int + flag: boolean + reverseflag: boolean + foo: string + arr: + type: + type: array + items: int +outputs: [] |
