Does zeebe supoorts JSON path child operators (referred Zeebe | Camunda Cloud Docs )?
I tried it in a sample workflow after exclusive gateway for examples its working for $.msg == “TEST” but $.msg.key.name== “SWITCH” is not working, is there any limitations in accessing child operators at multi node level.
Its Zeebe version 0.15 and no errors found in broker log. Consider below json payload, json path is working correctly for $."addInfo" = "create" but when I go for child nodes i.e $.message.logKey.type == “SWITCH”, its not working.