Hi,
I have a test work flow triggered by JMS. When a new JMS comes in, this work flow starts. In my work flow, there's a timer node to put a delay between to task nodes. However, whatever value i put in the Timer node, the subsequent work flow never get resumed after the timer expires. I tested the same work flow in a standard java program it worked though.
I suspect the timer thread cannot return to my message listener thread. Could anyone help? thanks!
Best regards
Yu