Discussion:
[jboss-user] [jBPM] - Cancelling an embedded subprocess
John Lewis
2013-01-29 08:25:59 UTC
Permalink
John Lewis [https://community.jboss.org/people/john0945] created the discussion

"Cancelling an embedded subprocess"

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

--------------------------------------------------------------
Hi. I want to set up a timer in parallel with a human task, that is cancelled when the human task is completed. I think I should create the timer in an embedded sub-process, and cancel the sub-process right after the human task.

How do I cancel an embedded sub-process from another part of the flow?
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-01-30 17:40:33 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: Cancelling an embedded subprocess"

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

--------------------------------------------------------------
you could use timer boundary event that will be attached to human task. Once human task will be completed timer will be canceled automatically.

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

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

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