Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert JUEL execution.getVariable("varName") as null safe variable access #1080

Open
ingorichtsmeier opened this issue Dec 12, 2024 · 0 comments

Comments

@ingorichtsmeier
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant