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

NPE while evaluate a decision table when history level is AUTO #2094

Open ThorbenLindhauer opened 8 years ago

ThorbenLindhauer commented 8 years ago

This issue was imported from JIRA:

Field Value
JIRA Link CAM-5165
Reporter JpBx7vb
What is this name? This pseudonym name was generated based on the user name in JIRA to protect the personal data of our JIRA users. You can use this identifier to search for issues by the same reporter.
Has restricted visibility comments false

When the history level is set to AUTO then a NullPointerException is thrown while evaluating a decision table.

The exception is thrown because the history level is set after the process engine is build. This may lead to other exceptions or unexpected behaviors.

Links:

ThorbenLindhauer commented 7 years ago

This comment was imported from JIRA and written by user Q2R5dDB

What is this name? This pseudonym name was generated based on the user name in JIRA to protect the personal data of our JIRA users. You can use this identifier to search for issues by the same reporter.


see https://github.com/camunda/camunda-bpm-platform/pull/258