I have a little problem with a form with 2 buttons.
I have a form where I propose to the user to insert or update db (Welcome)
I have created 2 variables (boolean) (one for update and one for insert)
Then I put a door XOR but nothing working
In your gateway you are testing what? V1 or V2? for which there are 4 values…your gateway should only test two values…
Your “buttons” should return, in ONE variable V1
0=Update
1=Add
for example
and the gateway should then only test v1.equals(0) go via “Update DB” if it’s not 0 (it must then be 1) it will go via “Add DB”. Don’t forget one of the arms has to be defined as default.
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.