...
Info |
---|
title | Example - General use of wfexport |
---|
|
Create the file wf_disk_collection.csv under the tmp directory. Code Block |
---|
$ wfexport Default.disk_collection /tmp/wf_disk_collection |
The wf_disk_collection.csv export file: Code Block |
---|
"ID","Name","[Disk_1]Directory","[Disk_1]Filename"
1,"workflow_1","/tmp/in","in.file"
3,"workflow_3","/tmp/in3","in3.file"
100,"workflow_100","/tmp/in100","in100.file"
109,"workflow_110","/tmp/in101","in101.file"
110,"workflow_110","/tmp/in101","in101.file"
111,"workflow_112","/tmp/in112","${a}"
112,"workflow_113","/tmp/in113","a" |
|
Execution Settings
An export file of a workflow configuration may include settings for an EC or an ECSA.
...
Info |
---|
title | Example - Export data of EC/ECSA configurations |
---|
|
With an EC configuration, the export file will include: Code Block |
---|
#{type=execsettings#enabled=true
#disttype=wfcount#ectype=ec#eclist=[ec1 | ec2]} |
With an ECSA configuration, the export file will include: Code Block |
---|
#{type=execsettings#enabled=true
#disttype=sequential#ectype=ecsa#eclist=[ecsa1]} |
With a disabled EC configuration, the export file will include: Code Block |
---|
#{type=execsettings#enabled=false} |
|
Return Codes
Listed below are the different return codes for the wfexport command:
...