Introduction
Activiti is a popular BPM tool. This article will talk about integrating Activiti on your website.
Integration
The integration with the Nemesis platform is pretty straight-forward. Upon adding the module in the classpath,
<dependency>
<groupId>io.nemesis.platform.module.bpm</groupId>
<artifactId>nemesis-module-activiti</artifactId>
</dependency>
you will have all the Activiti dependencies included, as well as some configuration properties to connect to your BPM instance. All of them are located under
the nemesis.bpm.activiti
domain.
Here are some helper articles to follow up: - https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot - https://www.baeldung.com/spring-activiti - https://www.websparrow.org/spring/spring-boot-activiti-example