cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Instance is not working like java -Threading.

jayavardhan
Champ in-the-making
Champ in-the-making
Dears,

I had Used below
  <multiInstanceLoopCharacteristics isSequential="false" activiti:collection="studInfoList" activiti:elementVariable="studInfo">   
    </multiInstanceLoopCharacteristics>

for multiple Instance creation rather than iterating in loop.I used it under service task.
Before using this i used Java threading.Surprisingly when i used this (Activiti-multiInstanceLoopCharacteristics ) it has taken 3 times of the java threading.

Could you let me know where i done wrong.

Appreciate your help

Regards
jai
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
http://activiti.org/faq.html#WhatIsTheDifferenceBetweenProcessConcurrencyAndJavaConcurrency

So there is no threading going one. Which explains what you see.