X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/25505fc5105bc776ed2d6d898f18f91d6451088b..04f9ccc7ca627d41175f44f515e4581b6937f43b:/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 91d4db056c..5fea4fdddf 100644 --- a/sdk/cwl/tests/wf/inputs_test.cwl +++ b/sdk/cwl/tests/wf/inputs_test.cwl @@ -2,11 +2,12 @@ # 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 +22,7 @@ inputs: outputs: [] steps: - id: step1 - inputs: - - { id: x, source: "#x" } - outputs: [] + in: + - { id: x, source: "#fileInput" } + out: [] run: ../tool/submit_tool.cwl