Building an external library

You create an external library that can be imported into Decision Designer. The process for creating a library is based on Maven.

The following diagram describes the step-by-step process for creating an external library:

Workflow for creating an external library Creating a POM file Generating the external library files Editing the generated files
Note: You should not build external libraries on top of third-party libraries. It is instead recommended to use custom Java projects and classes to expose the business methods and APIs you need.