#enterprise

Bonita Studio Community vs Enterprise Edition

Hi,

I would like to know one thing. In the Bonita Studio Documentation Create an actor filter | Bonita Documentation (bonitasoft.com), it is said that,

  1. Create a zip file that contains the files used by the definition and implementation.

  2. In Bonita Studio, go to the Development menu, Actor filters, Import actor filter…​.

  3. Upload the zip file.

enrico.curiotto's picture
enrico.curiotto
Category: 

Editions: Teamwork, Efficiency, Performance and Enterprise

This project shows some examples on how to use event handlers.

An event handler is a java code that is executed when a certain event is listened.

We can consider to use it when sometimes we need to move from process to platform perspective.

We need to be careful in setting up these events because a wrong implementation can have a strong impact on the platform performance.

The following use cases are covered in the example (at the moment). Handlers that trigger when:

  • Any new human task is activated

  • Any task is assigned to a new user

  • A human task is executed and the handler will get the value of a transient data variable

For sake of simplicity the handler will just log into the filesystem some information.

Releases for Event handlers examples

Total downloads: 972
Version BonitaBPM Version Post date Download Link to content
1.0 7.x 2020-Nov-25 Download
972 downloads
Release note
Notifications