Versions Compared

Key

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

...

Expand
titleList of Order Variables
Expand
titleSample data: Names and Positions
MON_O_HISTORY_IDMON_O_NAMEMON_O_WORKFLOW_POSITIONMON_O_START_WORKFLOW_POSITIONMON_O_END_WORKFLOW_POSITIONMON_O_PARENT_IDMON_O_MAIN_PARENT_ID
318207#2021-07-23#T7052187293-Test00000000700020318207
320121branch11/branch1:011/fork+branch1:2318207318207
320122branch21/branch2:011/fork+branch2:2318207318207
321560branch2b1/fork+branch2:1/branch2b:01/fork+branch2:11/fork+branch2:1/fork+branch2b:0320122318207
321561branch2c1/fork+branch2:1/branch2c:01/fork+branch2:11/fork+branch2:1/fork+branch2c:0320122318207
321682branch1b1/fork+branch1:1/branch1b:01/fork+branch1:11/fork+branch1:1/fork+branch1b:0320121318207
321683branch1c1/fork+branch1:1/branch1c:01/fork+branch1:11/fork+branch1:1/fork+branch1c:0320121318207
NameDescription  Note
MON_O_HISTORY_IDThe Order History ID (unique identifier).
MON_O_CONTROLLER_ID
The JS7 Controller ID.
MON_O_ORDER_IDThe Order ID (unique identifier).
MON_O_WORKFLOW_VERSION_IDThe version identifier of the workflow.
MON_O_WORKFLOW_POSITION

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

MON_O_WORKFLOW_NAME

MON_O_WORKFLOW_TITLEThe title of the workflow that the order is executed for.
MON_O_HAS_CHILDRENThe Boolean value true or false indicates that the current order is a parent order with forked child orders.
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_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_PARENT_ORDER_ID

MON_O_NAMEThe Order ID (unique identifier) of the main order or the branch name of the forked child.
MON_O_SEVERITYThe Order History status.
MON_O_STATE

MON_O_STATE_TIME

MON_O_CURRENT_HOS_IDThe monitoring identifier of the current order step.
MON_O_START_CAUSE

MON_O_START_TIME_PLANNED

MON_O_START_TIMEThe timestamp for the start of order execution.
MON_O_START_WORKFLOW_POSITION

MON_O_START_PARAMETERS

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_TIME_ELAPSEDThe difference in seconds between the start time and the end time of order execution.
MON_O_END_WORKFLOW_POSITIONThe textual workflow position ...
MON_O_END_HOS_IDThe monitoring identifier of the final order step.
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_LOG_IDThe identifier of the order log.
MON_O_CREATEDThe timestamp that the order monitoring entry is added.
MON_O_MODIFIEDThe timestamp that the order monitoring entry has been modified.

...