Versions Compared

Key

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

...

The next code block shows part of the log file for Order1. This shows the log information for Job3 and the start of Job6. The following points are relevant:

  • Line 66 68 of the listing shows that Job3 is exiting with return code 1.
  • Line 69 shows that an error has been logged.
  • The end of processing of the node for Job3 is noted in line 70.
  • Line 70 shows that an error is loggedLine 71 72 shows that the state is set for starting Job6 - the job at the node specified in the to_state element that was configured for node 3.

...

  • The ID from the order generating the order for has been taken over by default. This is shown in the listing in line 24.
  • The orderParameter order_parameter value from Order0 on JobChainA has also been taken over and shown in line 36.
  • The  ParameterJob3 parameter_job_3 parameter, which is set with value "ParameterReturnCodeJob3" is shown in line 33. This parameter was set in the on_return_code element at the node for Job3 in JobChainA.

...