X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9828e9218084856240fdeafa2d388d8bf322e655..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/sdk/cwl/tests/19678-name-id.cwl diff --git a/sdk/cwl/tests/19678-name-id.cwl b/sdk/cwl/tests/19678-name-id.cwl new file mode 100644 index 0000000000..afed34b930 --- /dev/null +++ b/sdk/cwl/tests/19678-name-id.cwl @@ -0,0 +1,26 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + +class: Workflow +cwlVersion: v1.1 +inputs: + - type: + fields: + - name: first + type: string + - name: last + type: string + type: record + id: name +outputs: + - type: + fields: + - name: first + type: string + - name: last + type: string + type: record + id: processed_name + outputSource: name +steps: []