We have a case, when a public user needs to submit a form and starts a process, in the process diagram, a message start event is used to start the process (with a trigger on filling a form as usual).
However, we had to design two forms due to user language selection (AR & EN), so if user chooses the english language we should call the english form, where if arabic is selected we should call the arabic form, all other process tasks and activities should be the same regardless of the selected language (user tasks, approval, end etc...).
The process modeler allows only one message start event with one selected form only, any ideas on how can we do that?.