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_CREATEDThe timestamp that the order monitoring entry is added.
MON_O_CURRENT_HOS_IDThe monitoring identifier of the current order step.
MON_O_END_HOS_IDThe monitoring identifier of the final order step.
MON_O_END_TIMEThe 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_END_WORKFLOW_POSITIONThe textual workflow position ...
MON_O_ERRORThe Boolean value true or false that indicates if an error occurred.
MON_O_ERROR_CODEA JS7 error code in case that a known error occurs.
MON_O_ERROR_REASONA predefined reason that indicates the cause of error, e.g. failed.
MON_O_ERROR_RETURN_CODE

MON_O_ERROR_STATEThe order state caused by the error, e.g. failed, broken.
MON_O_ERROR_TEXTThe error message in case that an error occurred.
MON_O_HAS_CHILDRENThe Boolean value true or false indicates that the current order is a parent order with forked child orders.
MON_O_HISTORY_IDThe Order History ID (unique identifier).
MON_O_LOG_IDThe identifier of the order log.
MON_O_MAIN_PARENT_IDIf the current order is a nested child order then this identifier points to the monitoring identifier of the main parent order.
MON_O_MODIFIEDThe timestamp that the order monitoring entry has been modified.
MON_O_NAMEThe Order ID (unique identifier).
MON_O_ORDER_IDThe Order ID (unique identifier).
MON_O_PARENT_ID

If the current order is a child order then this identifier points to the monitoring identifier of the direct parent order.

Consider that child orders can be nested.
MON_O_WORKFLOW_PATHPARENT_ORDER_ID

MON_O_SEVERITYThe Order History statusThe identifier of the workflow that the order is executed for.
MON_O_WORKFLOW_TITLEThe title of the workflow that the order is executed for.START_CAUSE

MON_O_SEVERITYThe Order History status._START_PARAMETERS

MON_O_START_TIMEThe timestamp for the start of order execution.
MON_O_START_TIME_ELAPSEDPLANNED

MON_O_START_WORKFLOW_POSITION

MON_O_STATE

MON_O_STATE_TIME

MON_O_TIME_ELAPSEDThe The difference in seconds between the start time and the end time of order execution.
MON_O_RECOVEREDWORKFLOW_FOLDER

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

MON_O_WORKFLOW_PATHThe identifier of the workflow that the order is executed for.
MON_O_WORKFLOW_POSITION

MON_O_WORKFLOW_TITLEThe title of the workflow that the order is executed for.
MON_O_WORKFLOW_VERSION_IDThe version identifier of the workflow.

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.

...