Hi, I am try to create a group approval workflow through Activiti Explorer. But seems it unable to do that. May I have some guide please? Thanks.
This is what I tried to do:
"Request start" -> "Group A approval" ->(if more than 60% of the members approve)-> "Group B approval" -> "Request result recorded"
"Request start" -> "Group A approval" ->(if less than 60% of the members approve)-> "Request result recorded"
Many people said that it can be fulfilled by code/xml editing. But my team want to do that just through Activiti Explorer GUI and without any code written. Is that possible? Thank you very much!
You can do that through BPMN 2.0, yes, without needing to go to xml. You will need a multi instance task, and a completion condition that basically has your 60% rule in it.
Thanks jbarrez! May I know where can I find the example about create such workflow through BPMN 2.0 on Activiti Explorer without any code editing? I saw many examples show how to do that by edit the bpmn20.xml file. But not yet find any examples which introduce how to do that through the GUI of BPMN 2.0 editor on Activiti Explorer. I would be very appreciated if you can give me a guide. Thank you very much!
Depends on what you mean 'through Activiti Explorer'. You can do that through the Modeler included in Activiti explorer yes, but you will have to read up on 'Multi instance', see the user guide section 8.5.14. Multi-instance (for each)