How spring boot work with activiti?
I use Spring boot 2.0.1.RELEASE with Activiti 5.22.0 and write a init method in start application:@Bean CommandLineRunner init(final RepositoryService repositoryService, final RuntimeService runtimeService, final TaskService taskService) { return ...