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
When attempting to use the instanceof operator within an if block, the expected behavior is not being observed. Instead, all BPMN types are satisfying the condition.
I have included the code to reproduce the bug.
TestInstanceOf.prj.zip
When attempting to use the instanceof operator within an if block, the expected behavior is not being observed. Instead, all BPMN types are satisfying the condition.
I have included the code to reproduce the bug.