Merge branch 'master' into 9623-reuse-containers
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
index 36db603cc6040ed181986b9322dc50e4d4634b32..874c72c50f538b918c975b617c6ade3f1f680f72 100644 (file)
@@ -4,14 +4,14 @@
 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
 
 class: Workflow
-cwlVersion: draft-3
+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