Open keshavbohra opened 6 years ago
Can you elaborate a bit more about how you exactly added the MapExceptionEntry and in which step it's not there anymore? Please name the applications that you are using for this like the Flowable Modeler, Flowable Eclipse Designer etc.
We have our own process publish system where we use spring-flowable integration. So whenever we create a process using our service, we encapsulate the process in a subprocess so that we can use exception handling of flowable. In the userguide there is a topic on exceptionMapping in a task given in the below link:
So when we try use call the ServiceTaskObject.setMapExceptions to a task object, the resultant xml doesn't contain the
If this helps: `<?xml version="1.0" encoding="UTF-8"?>
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.