cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading activiti from 5.8 to 5.13

mahesh_yadav
Champ in-the-making
Champ in-the-making
Hi I have been provided implementation of BpmnParseListener interface to parse the workflow.
The main purpose of this is to register the custom execution listeners on ExecutionListener.EVENTNAME_START and ExecutionListener.EVENTNAME_END event for process, script task, manual task and others.

I have passed BpmnParseListener in ProcessEngineConfigurationImpl as post parse listener. I want to achieve the same thing in activiti 5.13, since the interface BpmnParseListener is removed in this version how can I achieve it?
1 REPLY 1

trademak
Star Contributor
Star Contributor
This is described in the release notes of the 5.12 release and part of the user guide:

http://activiti.org/userguide/index.html#advanced_parseHandlers

Best regards,