You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a closer look at JUEL expressions with content ${execution.getVariable("varName")}.
Customers used it to access variables, that may not exist as process variable. They use them to avoid a PropertyNotFoundException during expression evaluation.
Find a FEEL expression, that does the same.
Why should we do it?
I've seen this expression in some of the recent Migration talks and workshops.
It will simplify the diagram conversion.
The text was updated successfully, but these errors were encountered:
What should we do?
Take a closer look at JUEL expressions with content
${execution.getVariable("varName")}
.Customers used it to access variables, that may not exist as process variable. They use them to avoid a
PropertyNotFoundException
during expression evaluation.Find a FEEL expression, that does the same.
Why should we do it?
I've seen this expression in some of the recent Migration talks and workshops.
It will simplify the diagram conversion.
The text was updated successfully, but these errors were encountered: