Discussion:
[jboss-user] [jBPM] - bpmn process 1 interaction with bpmn process 2
karthik sailendra
2013-02-27 08:51:41 UTC
Permalink
karthik sailendra [https://community.jboss.org/people/sailukar] created the discussion

"bpmn process 1 interaction with bpmn process 2"

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

--------------------------------------------------------------
Newly started working on jbpm tool. Need to know how can a process say "proc1" interacts with another process say "proc2" in jbpm, is this possible in jbpm. Here iam not talking about process communicating with subprocesses. Please direct me towards any guide or any manual to realize the desired, if it is possible.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
shizanu
2013-03-04 11:17:29 UTC
Permalink
shizanu [https://community.jboss.org/people/shizanu] created the discussion

"Re: bpmn process 1 interaction with bpmn process 2"

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

--------------------------------------------------------------
I guess you want to look at intermediate signal events (throwing and catching). They allow you to signal between processes and attach an object to that signal.

The signalRef property allows you to give your signal an ID, your catching event needs to have the same signalRef attribute to respond to that signal.
The event attribute allows you to attach an object from your process variables.
--------------------------------------------------------------

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

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