Hi there,
We have been running a Node-RED agent that interacts with a single OpenRPA bot. When the bot errors, the error gets thrown to Node-RED which runs a 30 minute delay node. After the 30 minute delay node, the Node-RED agent is meant to kill any remaining OpenRPA workflows so that the whole process can start again.
The last 3 days, this process has stopped working at different times in the day and doesn’t continue to work until I redeploy the Node-RED workflow. It seems like Node-RED loses the ability to force close OpenRPA workflows after long runtime. Is there any way I can resolve this, or do some sort of automated deploy as that seems to be what fixes it.