10081: Fix quoting issue with workflow & input object documents. Improve test
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
index e1ff188ccc5ae6fcbc01c301361d94c59c22ac9b..874c72c50f538b918c975b617c6ade3f1f680f72 100644 (file)
@@ -4,13 +4,14 @@
 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
 
 class: Workflow
+cwlVersion: v1.0
 inputs:
   - id: x
     type: File
 outputs: []
 steps:
   - id: step1
-    inputs:
+    in:
       - { id: x, source: "#x" }
-    outputs: []
+    out: []
     run: ../tool/submit_tool.cwl