X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a31816b03c8249178d51621524f05437f5f9478a..3a7b90da8ac9b920d87eaf3a783b72c4bb94db14:/sdk/cwl/tests/wf/inputs_test.cwl diff --git a/sdk/cwl/tests/wf/inputs_test.cwl b/sdk/cwl/tests/wf/inputs_test.cwl index ec43207c69..668f86a52e 100644 --- a/sdk/cwl/tests/wf/inputs_test.cwl +++ b/sdk/cwl/tests/wf/inputs_test.cwl @@ -1,13 +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: draft-3 +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" @@ -22,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