Is that currently impossible to model a process with sequential multiple instance sub-process in activiti explorer?
First when I choose MI Sequential property, there's no place to set the loop collection like multiple instance task.
After I save the model and export the bpmn file, I found that isSequential="false" in the multiInstanceLoopCharacteristics instead of true as it should be.
I tried to model the process in eclipse designer, the bpmn file generated by designer is correct, but after import to the activiti-explorer and deploy it, the process bpmn file is wrong again with isSequential set to false.
Is that a bug? If it is, I seriously need a fix!