Question
4
Replies
223
Views
Posted: January 18, 2018
Last activity: January 23, 2018
Closed
Solved
Robotic Automation As A Service, which can be invoked ??
Hi Team,
Not sure if this is already a feature or not.
Can we provide Robotic automation as a service, which can be invoked like a SOAP or REST service ?
I'm trying to use 5 Robots to perform an activity for 30 users, based on request. Got an idea, can it be used like a service...
Thanks.
Yes, you can expose the automation as a service by adding Service (web service) item into your project and the published service can be consumed in .net or any other projects.
Your automation will be always running.
Note: I am not sure whether it will handle multiple requests at a time.