Return code

Specifies the return code of the last command run on the job by a step based on the RunExternalProgram step template. You cannot edit this value.

Format:

Data type
Integer

Database name
Job.External.ReturnCode

Usage notes:

  • You can use the Return code property for conditional processing on connectors in your workflow. For example, if the return code indicates an error, you can send the job to an error path. If the return code indicates success, the job continues processing.
  • To sort the jobs by return code in the Jobs table, you must first add the Return code column to the table.