Variable Eventlistener on json object?

Hey, within a cmmn case, I’m using a json object (context) to store the different values representing the case context.

Based on these informations (input), I’m using a DMN decision table to compute some output parameters for case logic.

Is there a way to trigger the DMN each time an element of the context json object is modified ? I tried with the variable event listener, but it is not triggered when an element of the json object is modified. I would like to avoid having multiple variables and multiple variable event listeners connected to the decision task…

Edit: or maybe having the different processes sending a UpdatedEvent each time they modify a context variable, and listen to this event to trigger the dmn decision table, but it seems clumsy to me…

Any idea ? :slight_smile:

Thanks,
Best,
Patrick