Answered
Passing data from one process to another
Hi actually i'm looking for the way to send data from one process to another.
what i mean is, i have a process A and process B, i want when the process A ends,it sends a collection
to the process B as a initialization parameter. I'm using a start event and a end event to do that. but
i can' see where i can configure this functionality, even i have not been able to see where i can send any information to the other process. I have seen something related with the CEntityManager but i dont know how it works.
I appreciate your help.
Oscar.
Dear Oscar,
You can work process A and B as sub-process and you can find all the information related to this subject in the following link
http://help.bizagi.com/bpmsuite/en/index.html?sub-processes.htm
Regards
Do the collection items (entities) form a multiple to multiple relationships?
Give us more information on the data model.
Dear Users,
Processes can communicate between each other through message flows. This type of communication is called Collaboration.Collaboration is a tool that relates two or more processes allowing them to communicate with each other by sending and receiving messages containing information to take actions.
For further information: http://help.bizagi.com/bpmsuite/en/index.html?bpmn_collaboration.htm
Here is a small example: http://help.bizagi.com/bpmsuite/en/index.html?signal_example.htm
Regards
Comments have been locked on this page!