Maven Project Modules
This page provides a description of how the repository for the Sign-Off Module source code is split between the default implementation and the Core.
Project Structure
Modules
Below is a list of all the different maven modules that form the Sign-Off Module.
Module name | Delivery Type | Description |
---|---|---|
signoff-activiti | Source code | Handles the interaction with Activiti for the execution of the workflows |
signoff-core | Source code | Contains the code to handle generic operations on workflows |
signoff-starter | Source code | Sample implementation where the Activiti workflows are defined. Client customization should be done in this module. |
Artifact signoff-intf
The signoff-intf artifact contains the DTO classes that are used to invoke RESTful services on the Accelerator back-end, for example, export operations. This artifact is a dependency of both the Sign-Off module and the Accelerator server.