Question

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>
Was it helpful?

Solution

You need to switch Activiti version to 5.13

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top