Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Error Handling' updated

...

To allow for efficient error handling nodes in the child Job Chains should not have the often-used setting error_state="error". Instead the on_error="suspend" setting should be used for each Node in the child Job Chains as shown in the Job Chain code block above. This setting is set made in JOE in the Nodes Tab for the Job Chain Steps/Nodes elements. For example:

...

The following decision tree summarizes the procedure to be followed if a Job in a split child Job Chain is suspended:

...