How Can I secure a workflow

Hi,

I am beginner. My question seems to be quite simple. I have a process that performs operations in a browser and then something happens in another application. The actions in the browser are in a separate sequence. How can you program a robot that will repeat the entire browser sequence if an error occurs in one (for example, it will not find any selector). Or instead of repeating, it will go to another sequence indicated. Is it possible ?

Thanks

Hi @kilerfcb,
This is doable with use of flowcharts in which your sequences will be placed based on some conditions. I think you should check and use REFramework for this use case. You can set it up to repeat on case of any type of error etc.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.