When I try to deploy a model with a condition after gateway, i’ve got:
Unknown property used in expression: ${var1 == 1}. Cause: Cannot resolve identifier ‘var1’
So the only way to solve is to define variable as output parameter on task before the gateway?