about summary refs log tree commit diff
path: root/test-data/workflow-for-inputs-with-type-ambiguities.cwl
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/workflow-for-inputs-with-type-ambiguities.cwl')
-rw-r--r--test-data/workflow-for-inputs-with-type-ambiguities.cwl11
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: []