Skip to content

Commit

Permalink
fix: script resultVariable error
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Dec 16, 2024
1 parent 2af1554 commit 537808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zeebe/util/feelUtility.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function getIoExpression(variable, origin) {
function getScriptExpression(variable, origin) {
const script = getExtensionElementsList(origin, 'zeebe:Script')[0];

if (!script) {
if (!script || !script.expression) {
return;
}

Expand Down

0 comments on commit 537808d

Please sign in to comment.