I notice that insight does not see in progress queue in the fields. I wanted to create a visualisation that can see how many in progress queues in real time. (Refresh every 10 secs) i’ll create a alert as well to see if in progress queues are available.
Hi
To create a visualization that can see how many in progress queues in real time in Insights, refreshing every 10 seconds:
- Create a new dashboard in Insights.
- Add a new chart to the dashboard.
- Select the Line chart type.
- In the Dimensions section, add the Processing Status dimension.
- In the Measures section, add the Count measure.
- Set the Filter to Processing Statusequals In Progress.
- Set the Date Range to Real Time.
- Set the Refresh Rate to 10 seconds.
- Click Save.
This will create a line chart that shows the number of in progress queues in real time, refreshing every 10 seconds.
To create an alert to be notified when there are in progress queues:
- Go to the Alerts section of Insights.
- Click New Alert.
- In the Condition section, select the Queue condition.
- Set the Processing Status to In Progress.
- Set the Operator to Is Equal To.
- Set the Value to Yes.
- In the Notification section, select the Email notification.
- Enter the email address that you want to receive the notification.
- Click Save.
This will create an alert that will send you an email whenever there are in progress queues.
Check this pre requisites to perform action in UiPath
https://docs.uipath.com/insights/standalone/2023.4/user-guide/common-actions-for-designers
Cheers @YouGoRobot
Thank very much for answering. But so far I can only see “Successful” and “Failed” status in Data, it does not show any “In Progress” even though I have a in progress in my queues currently.