project-flogo / core

Flogo Core is the core flogo library used create and extend Flogo applications.
BSD 3-Clause "New" or "Revised" License
109 stars 55 forks source link

bool expression || and && #194

Closed lixingwang closed 4 years ago

lixingwang commented 4 years ago

Current behavior (how does the issue manifest):

Here are 2 examples regarding && and ||

Today we are going to evaluate both the right and left sides. but we don't need to

Expected behavior:

Minimal steps to reproduce the problem (not required if feature enhancement):

Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):

Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X

Additional information you deem important (e.g. issue happens only occasionally):

lixingwang commented 4 years ago

Fixed at PR https://github.com/project-flogo/core/pull/195