cancel
Showing results for 
Search instead for 
Did you mean: 

Does engine plan to support loopDataOutputRef?

mscai
Champ in-the-making
Champ in-the-making
It seems Activiti engine doesn't support "loopDataOutputRef" and "outputDataItem" in "multiInstanceLoopCharacteristics".

I am just wondering if Activiti engine plans to support "loopDataOutputRef" and "outputDataItem". If it does, when?

Thank you.
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
It's currently not planned, nor is it planned for the near future.

What is your use case?

mscai
Champ in-the-making
Champ in-the-making
I use multiple instances Call Activity to invoke sub-workflow.  There is one variable "RETURN" in sub-workflow. This variable is hoped to return to the main workflow.

This requirement is not critical. I would workaround it.

jbarrez
Star Contributor
Star Contributor
Ok I understand. I dont believe it will be implemented soon, so using a workaround (eg with listeners or something alike) will be the best.