A plugin must provide an implementation of the ProcessEnginePlugin interface.

    Configure Process Engine Plugins

    • in the (bpm-platform.xml/processes.xml),
    • using Spring Beans XML,
    • programatically.
      The following is an example of how to configure a process engine plugin in a bpm-platform.xml file:

    A process engine plugin class must be visible to the classloader which loads the process engine classes.

    List of Built-In Process Engine Plugins