Getting empty json response

assetDecision.dmn (4.4 KB)

Hi,
I am trying to make a rest call using spring boot.following is the url
http://localhost:8080/rest/decision-definition/
But getting empty json response for above mentioned url.

What are you trying to do exactly and
What would be your expected result?

I have added dmn file in src/main/resources folder so i want to see whether that file got deployed or not after running spring boot application.also trying to execute this url as well
http://localhost:8080/rest/decision-definition/key/assetRule/evaluate
to see the results as json.even this url returns empty response where assetRule is decision id

I was able to deploy your DMN table and get a response.
So there’s probably some issue with how you’ve setup your project.
Are there any errors in the logs - can you see in the logs that it is getting deployed?


followed the same code mentioned above,
just changed dmn file.

Any help on this