Question
1
Replies
272
Views
Posted: March 13, 2019
Last activity: March 18, 2019
Closed
Need to check IsAvailable URL first to launch the automation
I developed a flow action to call Robot Automation from Pega Platform. I cannot run the automation. However, after I accessed the URL (https://localruntime.pega.com:9443/api/v1/runtime/IsAvailable), the automation is able to run initiated from Pega. I haven't changed anything except access the URL. Do we need to access this URL every time that we start the Robot? Why we need to run this automation first?
Thank you.
Hello Burachet,
You don’t need to access "https://localruntime.pega.com:9443/api/v1/runtime/IsAvailable" before calling a Robotics Automation from Pega Platform. The purpose of this endpoint is to check whether Robotic Runtime is listening to incoming traffic from Pega platform on port 9443.
The only reason I can think of that your automation worked correctly after you hit the endpoint is because Robotic Runtime was still starting up its rest services to listen for traffic from pega platform when you called the automation for first time.
Perform following test:
If the issue still occurs after the test, you need to open a support request for further investigation.
Thanks