X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cdcddca613c896fd8395a4045c858945451c3fa0..0821f5481edd016a3744bb50d97a9e5b99cd1a0f:/sdk/cwl/tests/wf/submit_wf.cwl diff --git a/sdk/cwl/tests/wf/submit_wf.cwl b/sdk/cwl/tests/wf/submit_wf.cwl index e1ff188ccc..9aab5cf4b0 100644 --- a/sdk/cwl/tests/wf/submit_wf.cwl +++ b/sdk/cwl/tests/wf/submit_wf.cwl @@ -4,13 +4,18 @@ # (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