[jboss-user] [jBPM] - Re: Service Task + Error Boundary Event ?

wishmaster7 do-not-reply at jboss.com
Tue Mar 12 06:59:50 EDT 2013


wishmaster7 [https://community.jboss.org/people/wishmaster7] created the discussion

"Re: Service Task + Error Boundary Event ?"

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

--------------------------------------------------------------
well... I have found a way to trigger the boundary event, it works this way :

> String serviceTaskId = "ServiceTask_1";
> String errorCode = "Error";
> ksession.signalEvent("Error-"+serviceTaskId+"-"+errorCode, "", processInstance.getId());

BUT...

if I am in a sub-process, the "Fail" node is triggered, but the sub-process is not completed => we don't reach the next node in the parent process.

the boundary event has an attribute:  cancelActivity="true" . but it seems the process is still waiting for something to happen in the sub-process. and I haven't been able to manually abort the service task (not even sure if it's the solution).

I've also tried with a "Terminate Definition" on the "Fail" node, it doesn't solve the problem.


does someone has an idea of what I should do ?
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130312/d729a744/attachment.html 


More information about the jboss-user mailing list