Question
Running Designer Studio Code from Robotics Studio
Is there a way to kick off a Designer Studio flow from Robotic Studio? We are using Designer Studio to run some API's we have and collect data, and then pass that data back to Robotic Studio. The issue is, we need this logic to occur in the middle of our Robotic Studio automation flow. So the flow goes:
Start running Robotic Studio code -> *pause Robotic Studio code* -> Run Designer Studio Code -> *wait for Designer Studio code to complete* -> Continue Robotic Studio code
Hmm, there's no native way to do it but maybe there's a way with the RobotManagerRestClient component.
Perhaps, create a REST Service method on PRPC that invokes an activity or action and then returns the result of that activity back to Pega Robotics Studio.
I might be grasping at straws because I don't know Pega Platform super well but this might be a place to start.