Answered
Information transfer between two processes
Hi
In the process of requesting an object from the warehouse, if the object is not in the warehouse, send an event message to the process
A purchase request is created
How can I add item information entered in the warehouse request process to the purchase request table?
Dear Mostafa,
Thank you for letting us know your questions and apologies for the delay in answering this post.
This is the answer we received from the Product team regarding this:
When you use process collaboration all the information from the process that throws the signal will still be available in the new case created, no expression is needed: the mapping of the information is automatic. You have to be careful: both processes (the throw and the catch processes) must have the same Process Entity and belong to the SAME APPLICATION within the same project.
Please refer to the following articles for more information about this:
BPMN Collaboration: https://help.bizagi.com/bpm-suite/en/11.2.4/index.html?bpmn_collaboration.htm
Collaboration: https://help.bizagi.com/bpm-suite/en/11.2.4/index.html?collaboration.htm
Signal example: https://help.bizagi.com/bpm-suite/en/11.2.4/index.html?signal_example.htm
If the processes do not have the same process entity, you can create a new case with business information using CHelper.NewCase(XML). See: https://help.bizagi.com/bpm-suite/en/11.2.4/index.html?create_a_new_case.htm
We hope this information answers your question.
Best regards,
Laura G
Comments have been locked on this page!