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?