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
In Camunda version 8.3, it is now possible to permit the Error Start Event's Error Reference to take on a null value.
When we leave it null, BPMN can be uploaded; however, Simple Monitor throws an error as mentioned below.
NullPointerException
Cannot invoke "io.camunda.zeebe.model.bpmn.instance.Error.getErrorCode()" because the return value of "io.camunda.zeebe.model.bpmn.instance.ErrorEventDefinition.getError()" is null
The text was updated successfully, but these errors were encountered:
In Camunda version 8.3, it is now possible to permit the Error Start Event's Error Reference to take on a null value.
When we leave it null, BPMN can be uploaded; however, Simple Monitor throws an error as mentioned below.
NullPointerException
Cannot invoke "io.camunda.zeebe.model.bpmn.instance.Error.getErrorCode()" because the return value of "io.camunda.zeebe.model.bpmn.instance.ErrorEventDefinition.getError()" is null
The text was updated successfully, but these errors were encountered: