Hello folks,
When instance moved to Receive Task in a process , i sent a runtimeService.Signal(executionId), instance moved to next actitvity as per the workflow to next User Task say "B" . Again i sent runtimeService.Signal(executionId) (signal to user Task) , Still activiti engine processed the signal and moved one task to next user Task "C" and another task still remains in "B" . Is it not engine supposed to throw exception that "signal will not be processed for user Task " or my understanding is wrong ?
Thanks