Hello,
I am trying to figure out the task is created from multi instance sub process,
val list = delegateTask.getExecution.getBpmnModelElementInstance.getDomElement.getChildElementsByType(modelInstance,classOf[MultiInstanceLoopCharacteristics]).asScala.toList
val isMultiInstanceTask = if(list.nonEmpty) true else false
In normal multiinstance userTask,the above querying is working but not in subprocess multiinstance.
subProcesswithMultiInstanceExample.bpmn (11.7 KB)
Can anyone help me to sort out this
Thanks in advance,
Sagari.