and the following goes in the applicationContext.xml file <property name="customPostBPMNParseListeners"> <list> <bean class="org.handler.ParseListener"></bean> </list> </property>
Basically, I am interested in the events related to usertasks and service tasks in a business process. Now I have to upgrade the project to Activiti 5.12 and I Believe that I can no longer use the above approach. Instead I have to use the BpmnParseHandler class. I have look into the user guide but could not understand it.
could some one please help me and give me some information about how to use the BpmnParseHandler class (any example).