I do not find any good example about how to create DMN using expression in Camunda.
My requirement is - (I am using Camunda 8)
I want to create a Decision which should accept a json or java object as an input and I want to access the object attributes in DMN and check the object attribute values and based on the multiple attribute value availability I want to take the decision and will set the output value.
Any good example is available for this DMN requirement? Can I do this in Camunda DMN?
Can someone guide me in creating a DMN in Camunda 8 that takes JSON or Java object input, possibly from a webcam feed, and makes decisions based on its attributes? Any examples or resources available for this?