Skip to content

Latest commit

 

History

History
 
 

activiti-event-listener-example

The project contains all the components required to create an APS Event Listener

Use-Case / Requirement

Build a process to create a listener that listens to an event.

Prerequisites to run this demo end-2-end

Configuration Steps

Activiti Setup and Process Deployment

  1. Import the Event-Listener.zip app available in this project into Activiti.
  2. Process Flow. Process-Flow
  3. Event Listener Configuration in Process. Request-Mapping
  4. Task Configuration. Human-Task-Configuration
  5. Event Listener Configuration in Task. Request-Mapping-2
  6. Code Snippet. Code-Snippet
  7. Source Code. Source-Code
  8. The JAR File. Event-Listener.jar
  9. Copy the jar file to tomcat-lib location. [eg: /usr/local/tomcat/webapps/activiti-app/WEB-INF/lib/]
  10. Publish/Deploy the APS App.

Run the DEMO

References

  1. https://www.activiti.org/userguide/#eventDispatcherListener
  2. https://grokonez.com/java-integration/activiti-event-listener-spring-boot-example