문제

I've read Activiti User Guide and Activiti Forum. And there to throw new event uses signalEventReceived(String) method of RuntimeService.

Problem:

There is no such method in org.activiti.engine.RuntimeService!

My configurations:

pom.xml

<dependency>
 <groupId>org.activiti</groupId>
 <artifactId>activiti-engine</artifactId>
 <version>5.1</version>
</dependency>
<dependency>
 <groupId>org.activiti</groupId>
 <artifactId>activiti-spring</artifactId>
 <version>5.1</version>
</dependency>
도움이 되었습니까?

해결책

You need to switch Activiti version to 5.13

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top