Is it possible to execute a node in the event another node fails ?

Say i have 2 nodes A and B connected to eachother like A->B . Is it somehow possible to execute node B in the event that node A throws an exception ?

Hi afilip,

I didn't understand well your problem. Do you want that node B is executed only if node A throws an exception?

Anyway I would play with a try-catch enclosure in the Workflow Control -> Error Handling section. You can probably solve your problem using those nodes.

Cheers,

Gio

Hmm, that actually seems like exactly what I'm looking for, thanks for the reply!