Introduction

  • JITL Jobs share a common set of variables.
  • These variables can be used both as arguments for jobs and as order variables.

Specifying Common Variables

Variables can be specified:

  • from their declaration in the workflow as shown in this first diagram:



  • from an order that is added ad hoc and which modifies the value of a variable declaration as shown here:



  • from the JITL Job's arguments:



Logging

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

Variable NameDefaultValuesExplanation
log_levelinfo

info

debug

trace

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



  • No labels