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

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

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

Specifying Common Parameters

Parameters can be specified:

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