Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Code blocks formatted

...

The order will run through both steps of the job chain. In each step the order parameters will be logged by the job. The parameters param1 - param4 should have the following values:

Code Block
State:first

...


       param1=10

...


       param2=abc

...


       param3=foo

...


       param4=abc---def


Code Block
State:second

...


       param1=10

...


       param2=xyz

...


       param4=xyz---def

Nothing special so far. The next section explains how these resulting parameters were configured.

...