Hi,
In my application, I have written a couple of custom BPMN parsers to validate the bpmn file during deployment.
Those used to work fine till I was running 5.14, but since I have updated the activiti 5.15.1, these aren't working.
What I noticed was BpmnModel.addProblem() has been removed, and addError() of same class is not reporting the errors to client. I mean, errors get added to ErrorMap in BpmnModel, yet the deployment process doesn't fail.
Please suggest, do we have another alternative method on for addProblem() ?
Regards
Abhishek