[jboss-user] [jBPM] - Re: Resuming processes revisited

Maciej Swiderski do-not-reply at jboss.com
Wed Jul 4 13:43:51 EDT 2012


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

"Re: Resuming processes revisited"

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

--------------------------------------------------------------
Yes, you can do what you described with signal events and in my opinion it is more suitable than timers. In fact both timer and signal are events (in your case intermediate catch events) so only event definition needs to change.

Signals have types (signalRef in bpmn2) that is used to distinguish between different signals so you could have different types for given places in your process. You can also pass data when signaling so it could be an alternative for you to send back the response from external api if you signal generator will have it. You can either signal via session which will signal all process instances that awaits given type of signal or signal dedicated process instance.

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

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

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/20120704/d00cb002/attachment.html 


More information about the jboss-user mailing list