cancel
Showing results for 
Search instead for 
Did you mean: 

duplicate task for a instance

vinothkumar_j2e
Champ in-the-making
Champ in-the-making
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
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hmm, interesting. I think you're right that we should throw an exception in that case. Could you create a JIRA for this?

Best regards,

vinothkumar_j2e
Champ in-the-making
Champ in-the-making
Thanks.

JIRA # for the above issue.

Activiti ACT-1712

smirzai
Champ on-the-rise
Champ on-the-rise
Here is the patch to fix it.
https://github.com/Activiti/Activiti/pull/163