Merge branch '21666-provision-test-improvement'
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
index 104203b2b61708acefbb545547cae2aa810c9a68..405f99bcb0036e79b3ba7511994309a26f4a5b59 100644 (file)
@@ -1,11 +1,25 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+# Test case for arvados-cwl-runner
+#
+# Used to test whether scanning a workflow file for dependencies
+# (e.g. submit_tool.cwl) and uploading to Keep works as intended.
+
 class: Workflow
+cwlVersion: v1.2
 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