You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User of the Java & REST API, i want the parsing of the different deployable resources to be consistent in the case of missing HistoryTimeToLive.
Hints
Currently, BPMN Parse exceptions will be handled as 400 error response (BAD_REQUEST)
Cases & Definition Parse exceptions are wrapped into a ProcessEngineException which in turn is handled with a 500 error response code. It should be 400.
We need to Design how this exception handling is going to be achieved in favour of the API.
psavidis
changed the title
Exception Behaviour during BPMN, CMMN, Decision Parsing
Adjust Exception Behaviour during BPMN, CMMN, Decision Parsing
Aug 14, 2023
Since this behavior did not change with your code changes, i.e., a TTL with a not-allowed value led to the same error behavior in the past, I would keep everything as it is and wait for user feedback. We could potentially address this after collecting more evidence that this is really a problem.
Acceptance Criteria (Required on creation)
As a User of the Java & REST API, i want the parsing of the different deployable resources to be consistent in the case of missing HistoryTimeToLive.
Hints
Links
Breakdown
Pull Requests
Dev2QA handover
The text was updated successfully, but these errors were encountered: