Question
3
Replies
918
Views
Posted: November 1, 2017
Last activity: November 2, 2017
Closed
Difference between Methods and Events in PEGA Robotics?
Hi,
Can anyone of you let me know the basic difference between Methods and Events in PEGA Robotics?
Though I did POC and executed couple of automation, but finally end with this question?
Much appreciate your response in advance.
Events - Are the one which are performed by the user.
Example: Assume we have "submit" button on portal. The moment user clicks on submit button, the automation should trigger. Here, we use "click" as event to execute the further process.
Methods - Methods will be executed by Robots. It's kind of instruction to robot, to perform/wait for some action.
Example: "PerformClick" is a method, used to perform click operation by robot.
Please correct me if my understanding went wrong.
Thanks!