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.