How to Start RobotActivity2 on completion of RobotActivity1
In the context of the RobotActivity component in attended automation, I have two RobotActivities:
-
Register User
-
Send Letter
I want to start Send Letter (RobotActivity 2) only after the Register User (RobotActivity 1) has completed.
Since there is no Start
method available for RobotActivity components, how can this be implemented effectively?