I have downloaded latest version of Activiti 5.17.0 and setup is working fine.
I am planning to customize few of the rest apis. Seems the latest version changed drastically. Please let somebody post some steps to achieve the same. And also if I customize RestConfiguration under ImportClasses, how to inject his to engine.
I have extended the class WebConfigurer and seen the URL pattern dispatcherServlet.addMapping("/service/*"); inside initSpring method. As far as my understanding this piece of code doing the URL forwarding. But where does it is forwarding to the right router like router.attach("/runtime/workflow-summary/{processInstanceId}", MuCustomRest.class);
Where can I write this piece of code in latest version 5.17.0