cancel
Showing results for 
Search instead for 
Did you mean: 

signalEventReceived

jolo_
Champ on-the-rise
Champ on-the-rise
From your official User Guide (http://www.activiti.org/userguide/) I've read that to launch the boundary event we should use RuntimeService.signalEventReceived(String event) method.

BUT, THERE IS NO SUCH METHOD IN RuntimeService!

What the analogue?

P.S.
<org.activiti.version>5.1</org.activiti.version>
3 REPLIES 3

jolo_
Champ on-the-rise
Champ on-the-rise
activiti version - 5.1

jolo_
Champ on-the-rise
Champ on-the-rise
my pom configurations:
<dependency>
   <groupId>org.activiti</groupId>
   <artifactId>activiti-engine</artifactId>
   <version>${org.activiti.version}</version>
  </dependency>
  <dependency>
   <groupId>org.activiti</groupId>
   <artifactId>activiti-spring</artifactId>
   <version>${org.activiti.version}</version>
  </dependency>

trademak
Star Contributor
Star Contributor
Are you joking with Activiti 5.1?
We do have this method, see our Javadoc at http://activiti.org/javadocs/index.html

Best regards,