Hi,
I have a process deployed with Signal start event. When i throw a signal, it is catching the signal , but not moving further to next task in the process. It is showing as below:
what is the reason for this behaviour? Am using pre packaged distribution of Camunda wildfly.
This is inconsistent behaviour. It was working as expected before. But i have tested following scenario. I have deployed multiple processes with signal events.One of the process with Signal catching event(Boundary interrupting) is having error, and all the signal events deployed are asynchronous. When i was testing if this is going to effect other asynchronous signal catching events when a signal is thrown, it worked fine. But after testing this scenario this is happening. Signal is not being catched properly(Process execution is not moving further to the catching event. Neither it is showing any error in the server log.) How to resolve this issue?
Any help is greatly appreciated.
Thanks,
Sindhu.