Versions Compared

Key

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

Table of Contents

Introduction

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

Specifying Common

...

Variables

Parameters Variables can be specified:

  • from a variable 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 the common use of log levels, for example, to be able to better analyze 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

...