Custom logic in a business process is often implemented using a JavaDelegate
implementation or a Spring bean.
To build against a specific version of SkyVault Process Services, add the following dependency to your Maven pom.xml file:
<dependencies> <dependency> <groupId>com.activiti</groupId> <artifactId>activiti-app-logic</artifactId> <version>${suite.version}</version> </dependency> </dependencies>