Domanda

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>
È stato utile?

Soluzione

You need to switch Activiti version to 5.13

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top