camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.08k stars 1.54k forks source link

Adjust Exception Behaviour during BPMN, CMMN, Decision Parsing #3630

Open psavidis opened 1 year ago

psavidis commented 1 year ago

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

tasso94 commented 1 year ago

Hi @psavidis, Thanks for raising this problem.

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.