Skip to content

workflow.status file

coleslaw481 edited this page Oct 9, 2014 · 20 revisions

The workflow.status file lets the workflow developer inform the service of the current status of the workflow.

Put the file in $CWS_outputdir directory

This file follows the java properties file format:

KEY=VALUE

The workflow developer can set values for the following KEYS

  • one

    • description
  • two

    • description

Example:

one=Unable to create CHM Train job
two=Non zero exit code received from $createCHMTrainJob \
 See $CWS_outputdir/$createchmtrainout for more information.