Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Current »

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 WHICH? this information can be stored into ORCH_REQUEST_PARAMS  DB table and supplied  by details per workflow and per workflow instance.

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

Also in this section:

  • No labels