Skip to content

Commit

Permalink
squash:
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Dec 12, 2024
1 parent dd66749 commit a1c7fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeebe/extractors/extractResultVariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function(options) {
var resultVariable = baseElement.resultVariable;

// Checks if output variable exists, the scope gets redefined
if (processVariables.some(x => x.scope === containerElement)) {
if (processVariables.some(x => x.origin[0] === element && x.scope === containerElement)) {

// result variable will have local scope
containerElement = element;
Expand Down

0 comments on commit a1c7fb2

Please sign in to comment.