Sequence depending of another activity

Hi.

I have a sequence were I need part of the sequence not to execute depending of another activity fail. Is that possible ?

To show you in the best way, I have stated the 2 different activities in a parallel. The parallel is showing the 2 activities, only one of the need to run, if the other one fail.

Hi @DEJ,

Do you mean fail as in it gives an error?

I don’t know what you are trying to build but I see an ElementExists Activity, you could maybe base the decision the robot has to take on the output of ElementExists.

Astin