Agent keeps all running states (identified data, objects created) in its Model tables, each run is identified by runId which is generated at the time of the Agent calculation run.
-
runId– Run timestamp -
Model tables:
-
IdentifiedData– Stores the run identified data. -
Action– Stores the created Actions. -
ActionPlan– Stores the created Action Plan.
-