How to Integrate Data into a Process using Plain Old Java Objects (POJO)

This tutorial explains two dependencies of the POJO along with invoking business logic in existing POJOs from within a business process.

From this tutorial, you will learn:

  • The POJO with two kinds of dependencies: dependency on a local library, and a dependency on an external library that is already deployed in the BPM node
  • Adding a Java service step to a Process
  • Adding the input/output mappings to/from the Java step
  • Deploying and running an instance of this process