cancel
Showing results for 
Search instead for 
Did you mean: 

subprocess scope variable

leonhardtdavid
Champ in-the-making
Champ in-the-making
Hi, I saw this:

http://forums.activiti.org/content/sticky-how-write-unit-test
http://forums.activiti.org/content/variables-sub-process

I want to share variables between tasks in a subprocess, so I need a subprocess scope variable. I'm using activiti 5.11.
I need a subprocess scope variable because can be more than one subprocess instance.

Is there any way to do it? Because reading those links I couldn't.


Thank you very much!
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Variables are shared in the embedded subprocess. Did you try referencing the variable?

leonhardtdavid
Champ in-the-making
Champ in-the-making
OK, the variables are shared.

I don't understand what you mean by referencing the variable, sorry, I'm new in activiti.