projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9964: Update schema revision to 20240502 for output_glob feature
[arvados.git]
/
sdk
/
cwl
/
tests
/
19678-name-id.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
class: Workflow
6
cwlVersion: v1.1
7
inputs:
8
- type:
9
fields:
10
- name: first
11
type: string
12
- name: last
13
type: string
14
type: record
15
id: name
16
outputs:
17
- type:
18
fields:
19
- name: first
20
type: string
21
- name: last
22
type: string
23
type: record
24
id: processed_name
25
outputSource: name
26
steps: []