X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d72f1d79c0a53056a7cecad6c65fd57a183059b0..8cc6fad164fa9d3bdf0fb5965967031a8e1ce9e2:/sdk/cwl/tests/wf/scatter2_subwf.cwl diff --git a/sdk/cwl/tests/wf/scatter2_subwf.cwl b/sdk/cwl/tests/wf/scatter2_subwf.cwl index dd4c7054a9..218b0c5018 100644 --- a/sdk/cwl/tests/wf/scatter2_subwf.cwl +++ b/sdk/cwl/tests/wf/scatter2_subwf.cwl @@ -1,10 +1,22 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + { "$graph": [ { + "$namespaces": { + "arv": "http://arvados.org/cwl#" + }, "class": "Workflow", + "cwlVersion": "v1.0", "hints": [], "id": "#main", "inputs": [ + { + "id": "#main/fileblub", + "type": "File" + }, { "id": "#main/sleeptime", "type": "int" @@ -74,5 +86,8 @@ ] } ], + "$namespaces": { + "arv": "http://arvados.org/cwl#" + }, "cwlVersion": "v1.0" -} \ No newline at end of file +}