cancel
Showing results for 
Search instead for 
Did you mean: 

callActivity problem

partizano
Champ in-the-making
Champ in-the-making
Hello,
I am calling the method

<callActivity id="callactivity1" name="Call activity" default="flow6" activiti:exclusive="false" calledElement="${name_call}"></callActivity>.

Variable name_call in different processes have different values.
But after the first call in all the other processes I have the value that was initialized in the first call.
What advice would you give for such a case?

Thanks
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
But after the first call in all the other processes I have the value that was initialized in the first call.

I don't understand what you're trying to do?

Process variable values are unique to process instance executions … so what exactly is going wrong?