Help users understand variable scoping for multi-instance output collection #288
Labels
component:zeebe
Issues related with Zeebe project
kind/enhancement
Issues related with enhancing existing documentation or the documentation structure (nice to have)
We should inform users that the output collection variable of a multi-instance element hides any variables of that same name at a higher scope. For example, this means you should not use the same variable name for both the input collection and the output collection (see camunda/camunda#7330 (comment))
The documentation already mentions:
We should add some notations about what it means to have a local variable.
The text was updated successfully, but these errors were encountered: