springboot使用多数据源管理activiti事务
taskService.addComment(taskEntity.getId(), taskEntity.getProcessInstanceId(), msg)
select * from ACT_RU_EXECUTION where ID_ = 10132501
org.activiti.engine.ActivitiObjectNotFoundException: execution 10132501 doesn't exist
1修改过数据源管理
2去掉事务管理
顺利运行