Variables in camunda

Hello,

I’m a bit confused about variable configuration in Camunda 8. Is it possible to define a variable as a local variable (by local I mean that it is only visible in a specific stream node that cannot be shared with other nodes) or are all variables attached to the process instance?

Tasks and events have the option to add input variables. Anything added there becomes a local variable for that element.

1 Like