You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

  • JITL Jobs share a common set of parameters.
  • Such parameters can be used as arguments to jobs and as order variables.

Specifying Common Parameters

Parameters can be specified like this:

  • from a variable declaration in the workflow:



  • from an order that is added ad hoc and that modifies the value of a variable declaration like this:



  • from the JITL Job's arguments like this:



Logging

JITL Jobs support use of log levels, for example to better analyze interaction with a mail server.

NameDefaultValuesExplanation
log_levelinfo

info

debug

trace

Log output becomes available with the task log and order log from [DEBUG] and [TRACE] messages



  • No labels