Versions Compared

Key

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

...

Parameters normally are fixed values. In some cases, you want to calculate a paramter value in step A und and then want to use this as a part of a parameter value in step B.

To do this you have to two possibilities.

1.Using node parameters. These parameters can contain values like ${par}. This will be substituted at runtime with the value of order parameter par

2.Using internal substitution. Some jobs of JITL are providing substition substitution as well.

Sample for 1.Using node Parameters

...