Parallel Activity behaviour

When I click a button I have 3 separate actions that can happen. Before I had 3 separate ‘element exist’ activities to monitor the outcome but let’s say the result was the last element exist in the sequence it would have to wait for the other two to timeout first.

I have put these now in a parallel activity block and set their timeout to the same. When one of them is found, what happens to the others? Will they stop executing and move on with the sequence?

Upon looking at it further it looks that if a element is found it still has to wait for the other two to finish timeout. Is there a way to break out as soon as the element is found?

The Pick Activity should do the trick. Make 3 Pick Branches with the element exists as triggers. It will execute the first one it finds.

1 Like