X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d035125ea1f8b6bd32fa6f862b32ba9308ebc66..559729f94c6676cc6bca707e36417da412f937f5:/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..874c72c50f 100644 --- a/sdk/cwl/tests/wf/submit_wf.cwl +++ b/sdk/cwl/tests/wf/submit_wf.cwl @@ -4,13 +4,14 @@ # (e.g. submit_tool.cwl) and uploading to Keep works as intended. class: Workflow +cwlVersion: v1.0 inputs: - id: x type: File outputs: [] steps: - id: step1 - inputs: + in: - { id: x, source: "#x" } - outputs: [] + out: [] run: ../tool/submit_tool.cwl