I want to stop scenario execution if condition in router is false. What step should I use?
You can use a fallback route, with a module that throws an error to force the execution to end.
For more information, see this thread: Force error condition
1 Like
In this case scenario will didn’t proceed another info? I mean that if error occures scenario will stops.
Yes, that is correct.
1 Like
Can explain me please, what I should put here?
Your variable throw
should be contain a boolean value, either True
or False
.
2 Likes