I’m trying to add MapExceptionEntry to my tasks and delegates when I’m trying to publish the application. The log shows that the task contains the entry but after publishing the application the bpmn 2.0 xml does not contain the required tags(flowable:mapException) in the extentionElements tag. The version we use is 6.1.2.
I was able to solve the issue thanks to the Docs but came up with another one. My sub process’s boundary event is not able to catch the exception/bpmn error thrown in execution listener class. I’m using flowable spring 6.1.2 to create and execute the process. Will using the latest version solve the problem?