If I add decision-id and decision-name to post request for /server/containers/{containerId}/dmn
, I get error "Unable to locate DMN Decision to evaluate"
. When these parameters are set to null, it works with all decisions returning response. I want to filter the response to the main decision rule only. Is there a way to get response only for a single decision-id
"model-namespace": "https://kiegroup.org/dmn/_E565A249-313F-4A19-AF60-D25F1A7AFCEB",
"model-name": "Test Rules",
"decision-id": "_DFF31A1C-BC85-4B48-BB23-EEB0E55FD27D",
"decision-name": "Test All Rules",