Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Jobs can be added from the Instruction Panel by dragging and dropping from the  icon.
  • When a job is selected then this causes the Job Property Editor to be displayed.


Required Job Properties

  • Name: A job name is required. No spaces are allowed and a number of characters are excluded. 
  • Label: A label assigns a name to the workflow node that is assigned the job.
    • The same job can be re-used in the same workflow, however, the job label is unique.
  • Agent: Assignment to an Agent is required.
  • Return Code: The meaning of the job's return code has to be specified. 
    • Return Codes
      • For shell jobs the OS exit code determines the return code.
      • For JVM jobs the return code is specified by the job implementation.
    • Values
      • Return Codes are integer values within the range from 0 to 9999.
      • A number of return codes can be specified separated by a comma. 
    • On Success / On Error
      • Either successful return codes can be specified or return codes signaling failure.
      • If a job terminates with a return code that is not indicated with the successful return codes or that is stated with return codes signaling failure then the job is considered being failed. For further details see the below chapter on Error Handling.

Optional Job Properties


Error Handling