Answered
Bizagi For Each Expression
Good Morning,
I have to implement an expression that causes each element of a table to execute a task. Explaining
better, I have a product that is composed of several components, and
for each component I want it to perform a task that automatically
records a request for quotation of that component. It is the first time I have contact with Bizagi and I have had some difficulties at this point.
Thank you in advance,
Vitor Sousa
Dear Vitor,
In order to go through each one of the components you can implement a For element in your business rule:
http://help.bizagi.com/bpm-suite/en/index.html?for_element.htm
Then, depending on how are you going to record the quotation, you can either add data using the Add items functionality, or implement a Web Service element in the business rule. Here are some articles related:
Alternatively, and depending on your requirement, you might implement Multiple Sub-Processes if the logic followed by each component differs considerably from the others'.
http://help.bizagi.com/bpm-suite/en/index.html?multiple.htm
Regards,
Support Team
Bizagi
Comments have been locked on this page!