Question
1
Replies
87
Views
Posted: April 16, 2018
Last activity: November 6, 2018
Closed
Window notification for a user at runtime
Hi folks,
I have a requirement where a window pop up should come up before exit of the automation. It should be a simple pop up or any kind of notification notifying the completion of task to user. It should not ask or wait for user input and end the automation after some 2/3 seconds. I tried finding any tool in Pega Robotics Studio 1080 v but could not find any. Can anyone help me here in solving this requirement?
Thanks
Sanskriti
Hello,
You should be able to perform this behavior using two asynchronous links off of your automation and then having one go to a message dialogue, and the other go to a 2 or 3 second sleep, followed by exiting the automation. I have attached an example to this post. In the example, the button1 click represents the start of the automation, setting the text on textbox1 is the action the automation takes. From there, two asynchronous links spawn off it, one going to a message dialogue box that informs the user that the task has been complete, another going to a 3 second sleep, followed by the process you use to exit the automation. In this example, the closing of Windows Form 1 and the automation1 stop are used to represent the exit of the automation.