How to reset and execute workflow automatically if...?

My workflow loop occasionally breaks during execution. Is there a way to automatically reset and rerun the workflow? I attempted using the Variable Condition Loop End node, but it still halted. Any suggestions?
I need this solution because, without it, I have to constantly monitor the workflow and manually reset and execute it whenever it stops. :tired_face: :tired_face: :tired_face:

Can you identify the reason for the run break?

The reason for the break is validā€”some nodes are in beta version and typically work in a loop about 40 times before failing. To resolve this issue more effectively, I decided to reset and rerun the workflow.

Are the offending nodes KNIME nodes or nodes youā€™re developing? If the former, which one(s)? Are you sure you donā€™t have a data issue?

1 Like

Itā€™s the selenium nodesā€”thereā€™s no data issue, and it works well, but after some time, it loses the connection.

Sorry, I certainly donā€™t have an answer for that. Try tagging the Selenium developers.

1 Like

@mmrostami can you try and adapt this example where a process runs several times until success.

Maybe wrap your loop around that. Also success can be a result actually written so it will not depend on possible problems with a node.

2 Likes