hi, i’m a beginner on bonitasoft and i’m using Bonita Bpm community 6.4.2 for the first step i’ve created a form which contain a select list according to it the next process will choose one of the available forms
Many thanks
bye
Hi.
You can use an Exclusive Gateway to choose the task corresponding to your choice in the first form.
You need a variable that keep the value you choose in the first task.
Then in each transition after the gateway, you need to add a condition to verify the value of this variable.
Here is an example :
Hi, I’m new to Bonita BPM and I’m currently using Version 7.0.3 of the Community Edition. I’m trying to create a form that contains a Select list and the selection made will determine which Human Task is executed next.
I’m trying to figure out how to set up the Select list and the transitions. I found this example on GitHub:
https://github.com/Bonitasoft-Community/Choice-Example
However, it was done using version 6 and I got the following error message when I clicked on the “Submit2” button:
Error while submitting the form.
Instructions on how to do this would be greatly appreciated.
Thank you.