Flow Out Exception Events

EE_FlowOutEvents_viw View

Flow Out Exception Events

EE_FlowOutEvents_viw contains Interaction ID key, site ID of the Interaction where the flowout exception is captured, UTC exception event timestamp when it is captured with offset to Server local time, in milliseconds, source queue name for captured exception with the source queue type, target queue name for captured exception with the target queue type, and time in queue.

  • Last Changed Version - 17.1.0.324
  • Last Changed Reason - Added for flowout exception events.

Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
InteractionIDKey char (18) False No

Interaction ID Key

17.1.0.324 Added for flowout exception events.
SiteID smallint False No

Site ID of the Interaction where the exception is captured

17.1.0.324 Added for flowout exception events.
EventDateTimeUTC datetime True No

Event Date/Time (UTC) when the exception was captured

17.1.0.324 Added for flowout exception events.
EventDTOffset int False No

The GMT timestamp when the action happens

17.1.0.324 Added for flowout exception events.
SourceQueueName nvarchar (250) False No

Source queue name for captured exception

17.1.0.324 Added for flowout exception events.
SourceQueueType varchar (20) True No

Source queue type

17.1.0.324 Added for flowout exception events.
TargetQueueName nvarchar (250) False No

Source queue name for captured exception. '-' if target queue name is not available.

17.1.0.324 Added for flowout exception events.
TargetQueueType varchar (20) True No

Target queue type.

17.1.0.324 Added for flowout exception events.
TimeInQueue bigint True No

Duration from queue entry to queue flowout event in milliseconds

17.1.0.324 Added for flowout exception events.
Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
InteractionIDKey char (18) False No

Interaction ID Key

17.1.0.324 Added for flowout exception events.
SiteID number False No

Site ID of the Interaction where the exception is captured

17.1.0.324 Added for flowout exception events.
EventDateTimeUTC timestamp False No

Event Date/Time (UTC) when the exception was captured

17.1.0.324 Added for flowout exception events.
EventDTOffset number False No

The GMT timestamp when the action happens

17.1.0.324 Added for flowout exception events.
SourceQueueName nvarchar2 (250) True No

Source queue name for captured exception

17.1.0.324 Added for flowout exception events.
SourceQueueType varchar2 (4000) True No

Source queue type

17.1.0.324 Added for flowout exception events.
TargetQueueName nvarchar2 (250) True No

Source queue name for captured exception. '-' if target queue name is not available.

17.1.0.324 Added for flowout exception events.
TargetQueueType varchar2 (4000) True No

Target queue type.

17.1.0.324 Added for flowout exception events.
TimeInQueue number True No

Duration from queue entry to queue flowout event in milliseconds

17.1.0.324 Added for flowout exception events.