Hi,
I have a process with 'AND gateway' + 'intermediate Timer' + 'Receive task' like this :
& gw -> timer -> script task (prints out "toto" ) -> end
& gw -> receive task -> script task (prints out "titi" ) -> end
The timer is waiting 10 sec, and the receive task is waiting for a signal.
After the timeout (10sec) i see "toto" in Activiti logs, this means that the process has ended, but i can see also that the receive task is still waiting for a signal !
Correct me if i am wrong, i thought that if one of the end events is executed then the whole process will finish.
I mean that the process will finish if a signal is received OR the timer expires.
Best regards,
Meditel