A plugin must provide an implementation of the ProcessEnginePlugin interface.
Configure Process Engine Plugins
- in the BPM Platform Deployment Descriptors (bpm-platform.xml/processes.xml),
- using ,
- 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.