HI,
I have an issue with node-red-contrib-iiot-opcua and node-red-contrib-opcua. From time to time when my OPC-UA server has to be rebooted, the client nodes fail to reconnect, leaving the node in error. Only redeploying the flow fixes it.
Is there a way to program a function which would be something like this?
if(msg.playload.indexOf('Error')!= -1){ REDEPLOY FLOW }