Notify Specific Attended User in Folder

Hello Community
I’m looking to build a solution that permits me notify a user when a Automation has finished. The case is this… I have a unatteded process that does a series of operations, and a I want to notify a specific attended user that’s is part of the folder. My goal is to make a notification that technically can interrupt the user from whatever he is doing on the screen. I was looking to do it with a Form, but the issue is that I’m not able to start a attended job (which would trigger the form) from my unattended process, and also I would need to only notify that specific user, since they are multiple attended users in the folder. Is there some tool, activity, or package that could permit me develop a solution for this. Any feedback helps.

Thank you.

@Luis_Fernando

I dont think attended job can be triggered that way…ideally it can start from assistant only

that is like a violation for user to stop what they are doing

cheers

You can achieve this multiple-way

  1. Send notification mail to user mail when stopped due to a business exception or unknown exception
  2. Create Queue: Attended bot reads the queue to know the running status.
  3. Orchestrator API: you can also check the running status of BOT using the Orchestrator API via the attended bot.
  4. Common Database : you can create the center database where you can store the BOT running status and the attended bot can check the status from IT.

@Luis_Fernando I hope this will solve you issue, but you need to take any one approach as per available infra and Setup.

Pls discuss with your SA and solve your issue using any one approach

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.