-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: dmn-engine
-
None
*What are the steps to reproduce your problem? *
Start a process that invokes a DMN decision table via REST. Don't provide a variable needed by the table.
*What is the problem? *
The server will send an HTML error page as a response.
What would be the expected behavior:
The exception should be wrapped into a JSON response for a client to be able to handle it appropriately.
Hints (optional):
seen at customer. Not critical but inconsistent and not REST-like.