Currently, worker processes move immediately to the next task upon completion of the previous one. This behavior is unrealistic for simulating human users, who naturally have pauses (or "think time") between actions like clicking a link, submitting a form, or navigating to a new page.
We need to implement a mechanism to introduce configurable, randomized pauses between tasks within a defined user flow.
Currently, worker processes move immediately to the next task upon completion of the previous one. This behavior is unrealistic for simulating human users, who naturally have pauses (or "think time") between actions like clicking a link, submitting a form, or navigating to a new page.
We need to implement a mechanism to introduce configurable, randomized pauses between tasks within a defined user flow.