Hi ,
I am trying to create a workflow where two flow conditions needed to added to the flow.
For example,
Person belongs to Group A + Age less than 25 = Go to Flow 1
Person belongs to Group A + Age greater than 25 = Go to Flow 2
Person belongs to Group B + Age less than 25 = Go to Flow 3
Person belongs to Group B + Age greater than 25 = Go to Flow 4
The Activiti BPMN editor allows me to specify only one flow condition.
i.e. Person belongs to Group A = Go to Flow 1 (or)
Age less than 25 = Go to Flow 1
Can you please help me to specify 'AND' conditions rather than 'OR' conditions?
Appreciate your help.
Thanks,
Swathi Rajan