This page provides a description of how the repository for the Atoti Sign-Off source code is split between the default implementation and the
Core.
Project Structure
Modules
Below is a list of all the maven modules that form the default implementation of Atoti Sign-Off.
Module name
Delivery Type
Description
workflow-core
Source code
Contains the code to handle generic operations on workflows and the interaction with Activiti for the execution of the workflows.
signoff-activeviam
Source code
Configuration classes and abstract classes used for the definition of the datastore that caches data present in the databases.
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 Solution back-end, for example, export operations. This artifact is a dependency of both Atoti Sign-Off and the Solution server.