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

Execute on Conditional Expression doesn't fully evaluate java logical operators #461

Open
cfurst opened this issue Sep 11, 2024 · 0 comments

Comments

@cfurst
Copy link

cfurst commented Sep 11, 2024

Compound conditional expressions do not evaluate correctly for example:

parameters.thing == "Yes" && (#judgement("Is Mine?").equals("No") || parameters.stolen == "Yes") 

This produces a result of false for some reason or is just never evaluated.
Parameters:
Thing == "Yes" && stolen == "Yes" should eval to true..

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