Hello everyone!!
I have a question. Is there a way to sleep only one route of a router or pause it?
For some context, sometimes the superior route of the router is much faster than the below one so the scenario executes without giving it time to set the other variables I need from the below route. Thanks in advance
It doesn’t make sense to pause a route, because they run sequentially for each bundle, top-to-bottom (order of your routes).
Bundles don’t run in parallel in separate routes at the same time.
That being said, you could try to force an error and then put a commit directive to exit the scenario execution.
2 Likes
Hey @Fusion_Fit
This doesn’t seem the issue of faster run as routes executes in order. You need to set the order of the route where the route you are using “get multiple variables” should execute after the route “set multiple variables”.
You can change the route by right click on router and select option “order route”.
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel