RUN_EXECUTION_SUMMARY
Description:
Keeps track of the agents and their executions.

Primary Key
Column Name Ordinal Position
AI_INTRCT_ID 1
CONTACT_DATE_REAL 2
LINE 3

Column Information
Name Type Discontinued?
1 AI_INTRCT_ID NUMERIC No
The unique identifier (.1 item) for the interaction record.
2 CONTACT_DATE_REAL FLOAT No
A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc.
3 LINE INTEGER No
The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact.
4 RUN_ID_SUM VARCHAR No
A unique ID that identifies an individual execution of the model or agent. This item holds the source of truth for runs that may be used as a key in other related group tables.
5 MODEL_ID NUMERIC No
A pointer to the model that was executed in the run
6 MODEL_ID_ACUITY_SYSTEM_NAME VARCHAR No
The name of this HDA record.
7 RUN_START_UTC_DTTM DATETIME (UTC) No
The UTC instant when this execution occured
8 RUN_END_UTC_DTTM DATETIME (UTC) No
The UTC instant when this execution finished