<modeler:initiator-can-complete xmlns:modeler=“http://flowable.org/modeler”></modeler:initiator-can-complete>
${nrOfLoops}
– There is a problem with this setting, assignee_ The parameters [“person1”, “person2”, “person3”] are not split! Is there a case?
runtimeService.createChangeActivityStateBuilder()
.processVariable(“multi”,Arrays.asList(“person1”, “person2”, “person3”))
.processInstanceId(processInstance.getId())
.moveActivityIdTo(“beforeMultiInstance”, “parallelTasks”)
.changeState();