Skip to main content
Version: 2.14.0

Plugins setup guides

To set up a plugin in your environment, you must go through the next steps:

  • make sure you have all the prerequisites deployed on your environment (for example a Redis cache instance, a DB instance, etc)
  • make the necessary configurations for each plugin (DB connection data, related Kafka topic names, etc)

Once you have deployed the necessary plugins in your environment, you can start integrating them in your process definitions.

All of them listen for Kafka events sent by the Engine and performed certain actions depending on the received data. They can also send data back to the Engine.

Some of them require some custom templates to be configured, for these cases, a WYSIWYG Editor is provided.

Let's go into more details on setting up and using each of them:

More details about the notification pluginโ€‹

ยปNotifications plugin setup

More details about the customer management pluginโ€‹

ยปCustomer Management plugin configuration

More details about the OCR pluginโ€‹

ยปOCR plugin setup

More details about the document management pluginโ€‹

ยปDocuments plugin setup

More details about the task management pluginโ€‹

ยปTask management plugin setup

Was this page helpful?