I have a looping of parallel for each.
I want to know how many loop instances completed,
because when the last instance I have to do something else.
Problem is all task instance is parallel, so I get data from input DataObject, all the same is initial.
But the context of process instance is changed.
So how to get numberOfCompletedIterations ?
Thank you very much.