cancel
Showing results for 
Search instead for 
Did you mean: 

with two parallel gateways setting a local variable inbetween, the value is not visible after second gateway

shardt
Champ in-the-making
Champ in-the-making
with activiti 5.14
- if a flow has a parallel gateway
- then in one flow a task (i.e. Sctript Task) is setting a local variable (the other flow is doing someting else)
execution.setVariableLocal("a", 2);
- then after this an other parallel gateway with two outgoing flows
- in both flows the local variable is accessed, in one flow the value is not set and lost
this is leading to an error in a javascript or when evaluating the value in an excusiv gateway

is it a bug?

regards
shardt

2 REPLIES 2

shardt
Champ in-the-making
Champ in-the-making

jbarrez
Star Contributor
Star Contributor
Thanks. We'll look at it.