Can I monitor in progress status queue?

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:

  1. Create a new dashboard in Insights.
  2. Add a new chart to the dashboard.
  3. Select the Line chart type.
  4. In the Dimensions section, add the Processing Status dimension.
  5. In the Measures section, add the Count measure.
  6. Set the Filter to Processing Statusequals In Progress.
  7. Set the Date Range to Real Time.
  8. Set the Refresh Rate to 10 seconds.
  9. 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:

  1. Go to the Alerts section of Insights.
  2. Click New Alert.
  3. In the Condition section, select the Queue condition.
  4. Set the Processing Status to In Progress.
  5. Set the Operator to Is Equal To.
  6. Set the Value to Yes.
  7. In the Notification section, select the Email notification.
  8. Enter the email address that you want to receive the notification.
  9. 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

@Palaniyappan

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.

image