9701: Merge branch '9463-change-arvput-use-collection-class' into 9701-collection...
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
index e1ff188ccc5ae6fcbc01c301361d94c59c22ac9b..9aab5cf4b008c20765598a50790a410cd6446820 100644 (file)
@@ -4,13 +4,18 @@
 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
 
 class: Workflow
+cwlVersion: v1.0
 inputs:
   - id: x
     type: File
+  - id: y
+    type: Directory
+  - id: z
+    type: Directory
 outputs: []
 steps:
   - id: step1
-    inputs:
+    in:
       - { id: x, source: "#x" }
-    outputs: []
+    out: []
     run: ../tool/submit_tool.cwl