Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: How to replay event when Human Task Service says task is complete but GWT 
Console Server fail to process it?"

To view the discussion, visit: https://community.jboss.org/message/799708#799708

--------------------------------------------------------------
there must be an exception when session receives task complete events. These 
are processes in sequence by single thread and might be that the exception is 
swallowed by that thread and thus some process instances are not resumed. Two 
things could be done:
- implement extended HT work item handler that provides more debug inputs
- try to reproduce it as unit test

Alternatively you could try to use JMS based transport and configure 
persistence for jms queue so messages won't get lost in case of exception.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/799708#799708]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to