Merge branch 'master' into 12018-sync-groups-tool
[arvados.git] / sdk / cwl / tests / wf / inputs_test.cwl
index 91d4db056ce8a98244b428a083a3aeca2399053b..668f86a52e40bb05d104975bff58851c3a9def54 100644 (file)
@@ -1,12 +1,17 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 # Test case for arvados-cwl-runner. Used to test propagation of
 # various input types as script_parameters in pipeline templates.
 
 class: Workflow
+cwlVersion: v1.0
 inputs:
   - id: "#fileInput"
     type: File
     label: It's a file; we expect to find some characters in it.
-    description: |
+    doc: |
       If there were anything further to say, it would be said here,
       or here.
   - id: "#boolInput"
@@ -21,7 +26,7 @@ inputs:
 outputs: []
 steps:
   - id: step1
-    inputs:
-      - { id: x, source: "#x" }
-    outputs: []
+    in:
+      - { id: x, source: "#fileInput" }
+    out: []
     run: ../tool/submit_tool.cwl