11065: Merge branch 'master' into 11065-optional-audit-logging
[arvados.git] / sdk / cwl / tests / wf / submit_wf.cwl
index e1ff188ccc5ae6fcbc01c301361d94c59c22ac9b..6856e547480bf64d76af07494f13ac6bf2143cf3 100644 (file)
@@ -1,16 +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.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