cancel
Showing results for 
Search instead for 
Did you mean: 

Process scope level variable

vinothkumar_j2e
Champ in-the-making
Champ in-the-making
hi,

How i can make use of Process scope variable i.e if there are N processes deployed in engine , i am looking for set of variable that can be shared across these N processes and they should be unique for the each instance .

Thanks
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
That is the default behaviour of process variables in Activiti.

vinothkumar_j2e
Champ in-the-making
Champ in-the-making
ok , in that case variable of process A can be accessed from  process  B , given that A & B processes  are available in same engine ?

trademak
Star Contributor
Star Contributor
You can access variables from other process instances by using the RuntimeService API.

Best regards,

vinothkumar_j2e
Champ in-the-making
Champ in-the-making
thanks