Cisco Cisco Unified Contact Center Enterprise 9.0(2) Technical References

Page of 548
   
2-308
Cisco ICM/IP Contact Center Enterprise Edition Database Schema Handbook, Release 6.0(0)
Chapter 2      Table Details
Script_Queue_Real_Time Table
Script_Queue_Real_Time Table
Local database only.
Contains data on how tasks are processed in a script queue.
Related tables:
 (via ScriptID)
Table 2-325 Script_Queue_Real_Time Table Constraints
Constraint
Field Name(s)
PK
QueueNode
ScriptID
FK
ScriptID
Table 2-326 Script_Queue_Real_Time Table
Field Name
Description
Data Type
Keys and 
Null Option
DateTime
The data and time at which this data was last 
updated.
DBDATETIME
NOT NULL
QueueNode
The local script node identifier.
DBINT
PK
NOT NULL
ScriptID
The ICM identifier of the application path with 
which this row is associated.
DBINT
PK, FK
NOT NULL
TasksQueued
The number of tasks queued at this script node.
DBINT
NULL
TimeInQueue
The time in queue for the longest task.
DBDATETIME
NULL