A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the actions are executed one after another?
A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the actions are executed one after another?
To ensure the actions within the Trigger Scope activity are executed one after another, you need to set 'SchedulingMode=Sequential' in the Trigger Scope activity properties. This setting ensures that the triggers are processed sequentially, meaning that the second action will only occur after the first action is completed.
right ans. is A
A is correct
The provided answer is correct https://forum.uipath.com/t/whats-difference-between-the-schedulingmode-sequential-and-schedulingmode-concurrent-in-trigger-scope-activity/412760