Hi,
Currently I am using Activiti BPMN framework for business process workflows. We are using gateway outflow conditions with expressions like status == 'Approved', stage == 1 and this is working fine. Now we have a requirement where we have list of values which needs to be compare in condition like array of string status
status[0] = Approved
status[1] = For Review
status[2] = For Approved
status[3] = Reviewed
status[4] = Rejected
Now I need to compare this set of values like "status contains 'Rejected'" in gateway condition, so ultimately I have list of values instead of one to compare. So question is does Activiti BPMN framework support list/multivalue variable in exclusive gateway condition ?
Note that I am using Activiti 5.15.
For complex evaluation you should create java beans instead. Simply call it using ${yourbean.evalute()} in the flow condition
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.