Start process when Queue items are introduced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-06-21 03:16 PM
Hi!
Is there any way to start automatically a Digital Worker when some pending items are available in one queue?
Greetings
------------------------------
Pedro Pais
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-06-21 03:22 PM
Hi Pedro,
that's possible if you are willing to consider (and pay for) third party tools.
RPA Supervisor can do that, for example.
Best,
Michael
------------------------------
Michael Wulf
Senior Developer Robotic Process Automation
e.kundenservice NETZ GmbH
Europe/Berlin
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-06-21 03:47 PM
Thank you, Michael... But I'm looking for another options (free of charge). 🙂
Is there any other solution?
------------------------------
Pedro Pais
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-06-21 03:58 PM
It is possible in various ways. The most common way, I'd say, is to simply run a process on a schedule to periodically check the queue(s) for pending work items. If it finds any, it either handles them itself or it could start a separate process for dealing with the pending work.
Another possible option would be to monitor the work queue tables in the database. However, you would need to be very careful here. As long as all you're doing is reading from the tables you're probably ok, but if you try to perform updates/writes/etc you run the risk of losing support.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-21 09:18 AM
Otherwise you can check queue in database and fire up your process when items appear. Problem is that doing it with blueprism itself consumes a license.
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-21 09:43 AM
There could another be a possible way to resolve this, There could be bot supervisor process could be developed within the environment at organizational level. This could keep monitor the work queues and trigger related process. Command line switches can be used to trigger process.
------------------------------
Tushar Varshney
Senior Consultant - Intelligent Automation
Ernst & Young India
+91-9880188366
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-21 11:55 PM
Like someone mentioned, a process that runs on a schedule and decide which process has to run is a "good enough" / "not so complicated" solution.
We have dealed with this creating a "Launcher Bot" that does exactly this. (with some extra functionalities and "intelligence" to handle some other things)
Of course there is the problem of Licence utilization, but i think for most of the cases is worthy.
Regards,
------------------------------
Conrado Meli
Managing Partner
Primus IA
America/Santiago
------------------------------
