Workflow Waiting Queue
Overview
By default information about the waiting queue of workflows is stored in waitevents.dat file - it represents a logical queue of all workflows and files waiting for execution (this file does not contain information about files that are not recognized to belong to any workflow and does not provide possibility to get information per workflow and per workflow instance). By using a specific flag this information can be stored into ORCH_REQUEST_PARAMS DB table and supplied by details per workflow and per workflow instance.
In this section
Queue Information Storage
This is how it is stored, corresponding DB fields for data storage and possible values.
Field | Description | Valid Values |
---|---|---|
ORCH_INSTANCE | Orch request def instance to which queue record belongs to (instance mock or real instance from ORCH_REQUEST_DEF) | -418 / -200 / 3592016 / 3592049 |
PARAMETER_NAME | Name of queue | global_error_queue / esp3350_wrf_wait_queue /Â Â sp3350_wrf_error_queue / wait_queue |
PARAMETER_BLOB_VALUE | Actual queue information | Same queue records that are listed in |
Â