How to use RPA as a service?
The client has an api framework in place. They want to be able to make a call to Pega, have a robot perform some work and then send back a result.
My thought was that a webservice could be exposed that they call and a work object then placed into a robot workbasket. The issue I see is with providing a response as that would need to be synchronous. As far as I know that is not supported with the robots.
Can anyone provide a different approach or idea? Has this been done before?