Is Zeebe's default 4M limit included in the calculation of local variables for nodes?

Is Zeebe’s default 4M limit included in the calculation of local variables for nodes?

Hi @bugbugmaker,

Yes, it’s a limit per process instance.

Hope this helps, Ingo

What I want to confirm is whether local variables are included

Hi @bugbugmaker,

local variables are part of the process instance, too. They will be removed when the token leaves the current activity.

Hope this helps, Ingo