projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
14714: keep-balance uses cluster config
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
secret_wf.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
cwlVersion: v1.0
6
class: Workflow
7
$namespaces:
8
cwltool: http://commonwl.org/cwltool#
9
hints:
10
"cwltool:Secrets":
11
secrets: [pw]
12
DockerRequirement:
13
dockerPull: debian:8
14
inputs:
15
pw: string
16
outputs:
17
out:
18
type: File
19
outputSource: step1/out
20
steps:
21
step1:
22
in:
23
pw: pw
24
out: [out]
25
run: secret_job.cwl