fjtirado commented on issue #3456: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3456#issuecomment-2029750408
@shootsoft The issue is not that the swith is implemented as AND/OR but that, when using the same target for a switch, the second condition overrides the first one, so the only condition that your example is is taking into account is condition2. If condition2 value is true it goes to branch1, if false it take the default. Condition1 is fully ignored with that definition. Just avoid the same target using the strategy I mentioned in the previous comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
