02-07-20 04:41 AM
03-07-20 06:12 AM
13-07-20 11:11 AM
One way of achieving this is to have a third party queuing tool, such as Azure queues or Amazon SQS. Your dashboard can post an item to the queue, and you can have a Blue Prism process polling that queue. Upon an item appearing in the queue, this polling process can then either call the desired process as a sub-process or trigger an AutomateC command. This also makes it very easy to add more ingestion points (i.e. buttons) in other places within your web suite.
I hope this helps!