Project

General

Profile

Actions

ciop-simwf

Name

ciop-simwf -- submits the sample workflow of the application. This is useful to simulate the whole application distribution process.

Synopsys

ciop-simwf  [-h | --help ] [wf-name] [-l | --list ] [-d <job-label>]

Options

The following options are available:

[-h] display the help page
[-l] lists all previous simulated workflow runs
[-d] delete a specified workflow simulation run

Exit codes

0 workflow executed successfully
1 an error occurred during job processing
255 environment is invalid (e.g. invalid working directory) or invalid options are provided
254 output directory does not exist or failed creating it (with -c option)
253 node not found in the application template (/application/application.xml)
252 no input specified

Any other exit code is from the executable itself.

Examples

Example 1 - Run a simulation

[user@sb ~]$ ciop-simwf wf-name

Example 2 - List the runs

[user@sb ~]$ ciop-simwf -l
0000009-130906110540779-oozie-oozi-W
0000010-130906110540779-oozie-oozi-W
0000011-130906110540779-oozie-oozi-W

Example 2 - Delete a specified workflow simulation run

[user@sb ~]$ ciop-simwf -d 0000009-130906110540779-oozie-oozi-W

Updated by Herve Caumont about 11 years ago · 3 revisions