Versions Compared

Key

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

...

Expand
titleList of Order Variables
NameDescription  Note
${MON_O_CONTROLLER_ID}
The JS7 Controller ID.
${MON_O_ORDER_ID}The Order ID (unique identifier).



${MON_O_TITLE}

The title of the order.

${MON_O_HISTORY_ID} The Order History ID (unique identifier).
${MON_O_WORKFLOW_PATH} The identifier of the workflow that the order is executed for.
${MON_O_WORKFLOW_TITLE}The title of the workflow that the order is executed for.
${MON_O_SEVERITY}The Order History status.
${MON_O_START_TIME} The timestamp for the start of order execution.
${MON_O_END_TIME} The timestamp for the end of order execution.Consider that in case of job errors an order might be halted in a failed state and does not provide an end time as the order did not completely execute the workflow.
${MON_O_TIME_ELAPSED} The difference in seconds between the start time and the end time of order execution.
${MON_O_RECOVERED} 

0 = dependent of the ${MON_O_ERROR} variable: ok or error was not recovered,

1 = error was recovered

${JOC_HREF_ORDER}The JOC Cockpit URL that points to the Order History view.This URL can be used to navigate in JOC Cockpit to the respective Order History entry.
${JOC_HREF_ORDER_LOG}The JOC Cockpit URL that points to the Order log.This URL can be used to navigate in JOC Cockpit to the respective Order History entry and to immediately open the log view window.
${JOC_HREF_WORKFLOW}The JOC Cockpit URL that points to the Workflows view.This URL can be used to navigate in JOC Cockpit to the respective entry in the Workflows view.


Order Step Variables

The following variables are available from order steps, e.g. from jobs executed with a workflow and can be used with Message elements and with Command elements.

Expand
titleList of Order Step Variables
NameDescription  Note
${MON_OS_AGENT_ID}The unique identifier of an Agent that is specified when registering an Agent.
${MON_OS_AGENT_URI}The URI of the Agent that executes the current job
${MON_OS_CREATED}The timestamp that the monitoring entry is added.
${MON_OS_END_PARAMETERS}The list of resulting order variables after execution of the current job or workflow instruction.
${MON_OS_END_TIME}The timestamp for the end of job execution.
${MON_OS_ERROR}The Boolean value true or false that indicates if an error occurred.
${MON_OS_ERROR_CODE} A JS7 error code in case that a known error occurs.
${MON_OS_RETURNERROR_CODEREASON}A predefined reason that indicates the cause of error, e.g. failed.
${MON_OS_ERROR_STATE}The order state caused by the error, e.g. failed, brokenFor shell jobs the operating system exit code is returned. For JITL jobs and for JVM jobs the return code optionally is implemented by the respective Java class.
${MON_OS_ERROR_TEXT} The error message in case that an error occurred.
${MON_OS_HISTORY_ID}The Order History identifier for the current order step.
${MON_OS_WARN_TEXT} _HO_ID}The Oder History identifier.
${MON_OS_HO_MAIN_PARENT_ID}The Order History identifier of the parent order in case that the current order is a forked child order.
${MON_OS_JOB_CRITICALITY}The criticality as defined with the jobThe warning message in case that a warning occurred.
${MON_OS_AGENTJOB_URILABEL} The URI unique label of the Agent that executes the current jobjob instruction in the workflow.The label is unique for each occurrence of a job in a workflow.
${MON_OS_JOB_NAME}The name of the job that the order is executing.
${MON_OS_JOB_TITLE} The title of the job that the order is executing.
${MON_OS_JOBLOG_LABELID} The label identifier of the job task log.
${MON_OS_MODIFIED}The timestamp that the order monitoring entry is executingmodified.


${MON_OS_POSITION}The numeric position index of the order in the The label is unique for each occurrence of a job in a workflow.
${MON_OS_JOB_CRITICALITY}_RETURN_CODE}For shell jobs the operating system exit code is returned. For JITL jobs and for JVM jobs the return code optionally is implemented by the respective Java class.
${MON_OS_SEVERITY}The Order History status of the current order stepThe criticality as defined with the job.
${MON_OS_START_TIMECAUSE}The timestamp cause for the start of the order step.
${MON_OS_START_PARAMETERS}The list of job executionorder variables before execution of the current job or workflow instruction.
${MON_OS_ENDSTART_TIME} The timestamp for the end start of job execution.
${MON_OS_TIME_ELAPSED} The difference in seconds between the start time and the end time of order execution.
${MON_OS_WARN}The indicator if a warning occurred, e.g. NONE.
${MON_OS_WARN_TEXT}The warning message in case that a warning occurred.
${MON_OS_WORKFLOW_POSITION}The textual position indicator of the order in the workflow.

JOC Cockpit Variables

The following variables are available for access to JOC Cockpit and can be used with Command elements and with Message elements.

Expand
titleList of JOC Cockpit Variables
NameDescription  Note
${JOC_HREF_JOB}
The JOC Cockpit URL that points to the Workflows view with the respective job.
${JOC_HREF_JOB_LOG}The JOC Cockpit URL that points to the job's task log.This URL can be used to navigate in JOC Cockpit to the respective Task History entry and to immediately open the log view window.
${JOC_HREF_ORDER}The JOC Cockpit URL that points to the Order History view.This URL can be used to navigate in JOC Cockpit to the respective Order History entry.
${JOC_HREF_ORDER_LOG}The JOC Cockpit URL that points to the Order log.This URL can be used to navigate in JOC Cockpit to the respective Order History entry and to immediately open the log view window.
${JOC_HREF_WORKFLOW}The JOC Cockpit URL that points to the Workflows view.This URL can be used to navigate in JOC Cockpit to the respective entry in the Workflows view.

Further References

Display children header