Hi all,
I have a process with a java node that blocks in a "wait for" instruction for a long of time (maybe hours).
I observed the following very strange behaviur: after a certain time (which is not always the same), if the process is idle, because it is blocked on this node,
a new thread is started and it runs the first node of the process, which is also a java node.
Do you have an idea of which could be the problem?
Thank you in advance
Dario