cancel
Showing results for 
Search instead for 
Did you mean: 

Entity with processes and comunications

cass1970
Champ in-the-making
Champ in-the-making
I'm evaluating Activity in the following scenario.

There are  set of independent entities with one or more processes in execution. On certain point of "core processes" execution, entities need to coordinate each other using "messages".

1) it's possible with Activiti do that ? There is a way for a process to communicate with another one ?
2) there is an example of a BPMN 2.0 process ( on multiple lane i suppose) with an exchange of message ?


thank you
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
1) it's possible with Activiti do that ? There is a way for a process to communicate with another one ?
Yes, http://activiti.org/userguide/index.html#bpmnMessageEventDefinition

2) there is an example of a BPMN 2.0 process ( on multiple lane i suppose) with an exchange of message ?
See activiti source jUnit tests.

Regards
Martin