- Release Notes Cloud Insights
- Getting Started
- Access and Permissions
- Notifications
- Interacting with Insights
- Action Center Integration
- Automation Hub Integration
- Autopilot integration
- Document Understanding Integration
- Healing Agents integration
- Overview
- Healing Agent
- Healing Agents data model
- License monitoring integrations
- Maestro Integration
- Test Manager Integration
- Real-time Monitoring
- Real Time Data Export
- Licensing
- Troubleshooting

Insights
Healing Agents data model
The structure of the Healing Agents data model is based on the following concepts:
Concept |
Description |
---|---|
Explore |
The starting point for exploration. The data is surfaced via Explores, which you can think of as a general entity that corresponds to the fields within it. |
View |
A view represents a table of data, whether that table is native to your database or was created using Looker’s derived table functionality. Within each view are field definitions, each of which typically corresponds to a column in the underlying table or a calculation in Looker. |
Dimension |
As part of a View within the Explore, the Dimension is a groupable field and can be used to filter query results. It can be one of the following:
|
Measure |
As part of a View within the Explore, the Measure parameter declares a new measure (aggregation) and specifies a name for that measure. Examples of measures types:
integer ,
string .
|
Dimension | Description |
---|---|
Activity Heal Agent | The name of the activity where the self-healing job was executed. |
Activity Type Name | The type of the activity where the self-healing job was executed. |
Heal Enabled | Describes whether self-healing is enabled or not. |
Healing Duration | The duration of the self-healing job. |
Is From Code Wf (Yes/No) | Describes whether the self-healing job was executed on the code workflow or not. |
Number of Retries | The number of self-healing attempts. |
Operation ID | The ID of the operation. |
Package Version | The activity package version where the self-healing job was executed. |
Recover Success (Yes/No) | Describes whether the recovery was successful or not. |
Recovery Type | The type of the recovery. |
RobotLogs | Robot Logs dimensions. |
Work Flow File Name | The name of the workflow file. |
Measures | Description |
---|---|
Heal Numbers | The number of self-healing attempts. |
RobotLogs | Robot Logs measures. |
Dimension | Description |
---|---|
Creation Date | The date when the job was created. |
End Date | The date when the job ended. |
Environment Name | The environment where the job was executed. |
Folder | The folder where the job is defined. |
Host Machine Name | The name of the machine where the job was executed. |
Info | Additional information for the job. |
Job Duration in Seconds | The duration, in seconds, of the job executed. Computed as the
difference between StartTime and
EndTime .
|
Job Id | The ID of the job. |
Job Source | The triggering event for job execution. The available options are:
|
Job State | The status of the job. Check the Job States page for all available states and their descriptions. |
Process Display Name | The display name of the process as entered in Orchestrator. |
Process Name | The name of the process. |
Process Version | The version of the process the job belongs to. |
Robot Name | The name of the robot that executed the job. |
Robot Type | The type of robot that executed the job. The available options are:
|
Start Date | The date when the job started. |
User Name | The name of the user that created the job. |
User Type | The type of user type that executed the job. |
Measures | Description |
---|---|
Faulted Jobs | The number of jobs with the Faulted status.
|
Faulted Rate | The percentage of jobs with the Faulted status
compared to the total number of jobs.
|
Processes Ran | The number of processes that have reached a final status of
Successful , Faulted , or
Stopped .
|
Success Rate | The percentage of jobs with the Successful status
compared to the total number of jobs.
|
Successful Jobs | The number of jobs with the Successful
status.
|
Sum Job Duration | The total duration of all jobs. |
Total Run Time in Seconds | The total processing time of all jobs in seconds. |
Total Suspended Time in Seconds | The time of jobs, in seconds, spent in a suspended state in seconds. |