Examples / Contributions

thomas.allweyer's picture
thomas.allweyer
Category: 

In order to start an order handling process, you need to provide the order data (customer, ordered items, etc.). In this example, these data are provided in Excel sheets. In order to avoid the tiresome task of capturing the data manually, an RPA-System (Robotic Process Automation) is used. An RPA bot reads the order data from a provided Excel file, logs into Bonita, hands over the order data and triggers the process.

I am using the free version of Microsoft Power Automate Desktop as RPA system.

thm_dfr's picture
thm_dfr
Category: 

As part of our Master's degree Systèmes d'Information Avancés at iaelyon School of Managementat, we had the opportunity to create an application to manage loans within a bank, using the software bonita. It was a very rewarding teamwork with Ilona Remy, Erwan Druel, Leo Kadrija and Lambert Clement.

Releases for Bank loan management application

Total downloads: 496
Version BonitaBPM Version Post date Download Link to content
LoanApp 7.x 2023-Mar-17 Download
496 downloads
Release note
mattisbiton's picture
mattisbiton
Category: 

gestionEmprunt is a group project realized as part of a Bonita Camp organized for the Master's degree Systèmes d'Information Avancés of iaelyon School of Management. The app was developed by Chloé BAT, Mattis BITON, Alexandre BLONDELLE, Antoine BUSSONNE and Thourya BAARAB.

Releases for Bank loan management app

Total downloads: 431
Version BonitaBPM Version Post date Download Link to content
gestionEmprunt 7.x 2023-Mar-09 Download
431 downloads
Release note
romain.bioteau's picture
romain.bioteau
Category: 

A Bonita project showcasing the capabilities of the Data Table UID widget using the BDM and specific queries for filtering.

thomas.allweyer's picture
thomas.allweyer
Category: 

Most selections of paths in BPMN models are based on data, such as the total of an order. In this example I show how you can select a path based on events - even though Bonita doesn't support the event-based gateway as it is defined in the BPMN standard. Includes a video and the download of the Bonita project.

thomas.allweyer's picture
thomas.allweyer
Category: 

A process with a multi-instance activity. In the process, an order is created. Each order contains several line items that need to be checked separately. This is achieved by a multi-instance task that is instantiated for each line item. There is also a video that shows the execution and how to define a multi-instance activities and the required data.

thomas.allweyer's picture
thomas.allweyer
Category: 

Example of a process with a call activity that calls another process containing the details of preparing the proposal. There is also video which explains how and when to use a call activity and how to transfer data to the called process and back to the root process.

laurent.leseigneur@bonitasoft.com's picture
laurent.leseign...
Category: 

Custom connector to start a process or execute a task by reading incoming emails. The connector allows you to read an incoming email, extract information and attachments, and launch a process or execute a process task.

thomas.allweyer's picture
thomas.allweyer
Category: 

This example demonstrates how processes that are deployed on different Bonita installations (e.g. the Bonita installations of two business partners) can communicate via a Message Queue. For this purpose, a simple connector to the message broker RabbitMQ has been implemented.

It is also possible to replace one of the two process engine by an entirely different system (such as an ERP system). This is demonstrated with a simple Java program that communicates with a Bonita process.

thomas.allweyer's picture
thomas.allweyer
Category: 

An example of a process collaboration consisting of two processes communicating via message flow. In the accompanying video I also explain the advantages of using a collaboration, and how to correlate messages to process instances.

alejandro.rondon_1386485's picture
alejandro.rondo...
Category: 

A custom connector to upload case files in a Google Drive

thomas.allweyer's picture
thomas.allweyer
Category: 

Three variants of a simple process containing different gateway types. Watch the video and explore the behavior of each type of gateway by executing the examples in Bonita.

thomas.allweyer's picture
thomas.allweyer
Category: 

Introductory example for demonstrating the execution of a BPMN process. There are also two videos provided: One explains the artifacts that need to be created and the information that has to be provided in order to create an executable process, the other is about process definitions and process instances (cases).

thomas.allweyer's picture
thomas.allweyer
Category: 

Two examples demonstrating the connection between Bonita and UIPath, a Robotic Process Automation System (RPA System).

  • In the first example, order data are provided as Excel sheets. They are read by an RPA bot. Then the bot starts a Bonita process and hands over the order data.
  • In the second example, a Bonita process calls an RPA bot in order to retrieve a currency exchange rate from a website.
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

If you have some "reference" data in your BDM (like a list of countries, a list of airports, etc.) or this kind of list is stored in an external database?

BookMobile saves your day! With that page, just reference the BDM you want to access or any external database you like and you will be able to directly add, edit, search data.

Releases for BookMobile - Edit directly any BDM object, or external reference table

Total downloads: 941
Version BonitaBPM Version Post date Download Link to content
1.0 7.12.x, 7.11.x, 7.10.x 2021-May-26 Download
941 downloads
Release note
ismail.lagouilly_1386495's picture
ismail.lagouill...
Category: 

ReviewBuddy is an App that automates Review Processes. From the time an HR representative notifies employees to draft reviews, to the final validation of these Reviews by HR and providing a PDF summary of each.

This application covers the following concepts

  • BPM Messages
  • Multi-instanciation
  • Actor filters
  • Non-interrupting timers
  • Parallel & Exclusive Gateways
  • Connectors
    • E-mail
    • Insert data in a .docx/.odt template connector
    • Generate a PDF from an Office document

Releases for ReviewBuddy

Total downloads: 894
Version BonitaBPM Version Post date Download Link to content
2021.1-1.0.0 2021.1 2021-May-04 Download
894 downloads
Release note
laurent.leseigneur@bonitasoft.com's picture
laurent.leseign...
Category: 

Extension of Data Table widget including a sort by date improvement and the opening of a modal dialog window at selection.

haris.subasic's picture
haris.subasic
Category: 

It allows you to show progress based on milestones that you define. It can be used in a form or in a page, for example to show the end user in which phase or milestone the process instance is currentlly at.

Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

From a PDF, this connector generates images, in JPEG or PNG.

* one specific page in the PDF (or all pages in a list)

* one (big) image with all pages from the PDF

chevdor's picture
chevdor
Category: 

I am running Bonita in docker containers and using Kubernetes. Using Kubernetes or not it not that relevant but if you are using docker, the following is probably interesting for you. I used to run the migrations manually (ie sopping my container, mounting a volume with the config and migration scripts, restarting the container, running the tool, restarting a new container on the new version). While that works... it is not the simplest...

Ironically, the documentation on the Official Docker hub page mentions some wget, unzip, etc... All kind of stuff no one really want to do :)

Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

page_explorer

Search cases

Page explorer is used to searching cases:

  • in multiple origins: Open cases, Archived cases, and external database

Releases for page explorer : seach cases on multiple criteria, multiple origin

Total downloads: 959
Version BonitaBPM Version Post date Download Link to content
1.0 7.11.x, 7.10.x, 7.9.x 2020-Oct-31 Download
959 downloads
Release note
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: 937
Version BonitaBPM Version Post date Download Link to content
1.0 7.x 2020-Nov-25 Download
937 downloads
Release note
y.taha_2528799's picture
y.taha_2528799
Category: 

Bonjour,

J'espère que vous allez bien.

Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Protect your Bonita Server against theft!

* Detect any theft, and protect your server (disabled user after 3 tentatives, slow down the request

* list the users connected to the server

* give back the server activity: how many requests / 10 mn, longest request, pic activity

Releases for Security Car - anti theft function

Total downloads: 1 698
Version BonitaBPM Version Post date Download Link to content
1.1.0 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-25 Download
826 downloads
Release note
1.0.2 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Aug-30 Download
872 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

This page runs different static rules, to detect in advance some error a process may have during the production.

Releases for Sonar Page

Total downloads: 913
Version BonitaBPM Version Post date Download Link to content
1.1.0 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Aug-28 Download
913 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Here the process explained in the video

https://youtu.be/M9Y8xaHZFRo

In this process, we use the same forms to all tasks, Overview, Instantiation. You need the Rest API Context to use it.

Releases for One form per process

Total downloads: 1 100
Version BonitaBPM Version Post date Download Link to content
Initial version 7.x 2020-Jul-08 Download
1100 downloads
Release note
romain.bioteau's picture
romain.bioteau
Category: 

A Bonita project example that highlight how to implement task assignment in a workflow.

Releases for Assign task example

Total downloads: 1 273
Version BonitaBPM Version Post date Download Link to content
1.0.0 7.10.x 2020-Jun-29 Download
1273 downloads
Release note
romain.bioteau's picture
romain.bioteau

Task candidates Rest API Extension

Get the list of users that can performed a given task. Only enabled users are returned.

Releases for Task candidates Rest API

Total downloads: 894
Version BonitaBPM Version Post date Download Link to content
1.0.0 7.x 2020-Jun-29 Download
894 downloads
Release note
romain.bioteau's picture
romain.bioteau
Category: 

Select a sublist of candidates for a task among the list of users of the Actor

Releases for Users List Actor Filter

Total downloads: 922
Version BonitaBPM Version Post date Download Link to content
1.0.0 7.x 2020-Jun-25 Download
922 downloads
Release note
emmanuel.duchastenier's picture
emmanuel.duchas...
Category: 

Bonita Purge tool has been integrated in Bonita and is now part of Bonita 2021.1 Enterprise Edition.

Releases for Bonita Purge Tool

Total downloads: 1 835
Version BonitaBPM Version Post date Download Link to content
1.0.2 7.x 2020-Jul-21 Download
981 downloads
Release note
1.0.1 7.x 2020-Jul-03 Download
854 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Page Grumman

The page analyses your message usage and fixe issues in multiple situations (See "Practices to avoid" message):

  • Reconcilation stuck
  • Incomplete message
  • Error on operation behind a message
  • Duplicate send message

Releases for page_grumman

Total downloads: 2 365
Version BonitaBPM Version Post date Download Link to content
1.3 7.11.x, 7.10.x, 7.9.x, 7.8.x 2021-Jan-14 Download
794 downloads
Release note
1.2 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-23 Download
706 downloads
Release note
1.0 7.8.x 2020-Mar-24 Download
865 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

# BonitaCommandDeployment Library to deploy automatically a command, when needed, and organize the communication between the source and the command.

Maven:


org.bonitasoft.command
bonita-commanddeployment
2.1.0

Releases for BonitaCommandDeployment

Total downloads: 2 291
Version BonitaBPM Version Post date Download Link to content
2.1.3 7.11.x, 7.10.x, 7.9.x, 7.8.x 2021-Jan-12 Download
724 downloads
Release note
2.1.0 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-30 Download
736 downloads
Release note
1.6 7.8.x, 7.7.x, 7.6.x 2020-Mar-23 Download
831 downloads
Release note
ismail.lagouilly_1386495's picture
ismail.lagouill...
Category: 

This page's main goal is to easily retrieve the information needed to troubleshoot issues on the product.

Releases for Page BigApp : Bonita Information Gathering App

Total downloads: 3 163
Version BonitaBPM Version Post date Download Link to content
1.2.1 7.x 2020-Sep-23 Download
788 downloads
Release note
1.2 7.x 2020-Aug-26 Download
726 downloads
Release note
1.1 7.x 2020-Aug-05 Download
789 downloads
Release note
1.0 7.x 2020-Mar-18 Download
860 downloads
Release note
said.soussi_1406021's picture
said.soussi_1406021
Category: 

Widgets et réalisation à destination de la communauté

Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 
  • Collect and display all Server properties (same as setup pull then display)
  • Provide recommendations on your server (more memory? Database connection ?)
  • Compare server configuration with Factory setting / another server

screen_serverproperties.jpg

Access parameters

Access all the Bonita parameter. Page does a “setup pull” to collect the last configuration, then display its properties per properties.

Releases for Drill Car : explore Server Setting

Total downloads: 3 895
Version BonitaBPM Version Post date Download Link to content
1.4 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Aug-27 Download
980 downloads
Release note
1.3 7.11.x, 7.10.x 2020-Jul-25 Download
755 downloads
Release note
1.2 7.9.x, 7.8.x 2019-Dec-20 Download
1131 downloads
Release note
1.1 7.9.x 2019-Dec-10 Download
1029 downloads
Release note
romain.bioteau's picture
romain.bioteau
Category: 

This repository contains a Bonita project that leverage Adaptive Case Management with Bonita. It is an example application of a credit card dispute resolution application.

Releases for Credit Card Dispute Resolution (Adaptive Case Management)

Total downloads: 4 237
Version BonitaBPM Version Post date Download Link to content
1.0.0 7.9.x 2019-Dec-03 Download
1616 downloads
Release note
1.0.0 RC 7.9.x 2019-Oct-28 Download
1335 downloads
Release note
1.0.0 Beta 7.9.x 2019-Oct-16 Download
1286 downloads
Release note
antoine.mottier's picture
antoine.mottier
Category: 

Procurement Living Application

About

This is an official Living Application example for Bonita Community and Enterprise Editions. The latest release is built using Bonita 2021.1 and is compatible with any future releases of Bonita.

:information_source: If you are using an older version of Bonita, download the release corresponding to the version in question.

This example demonstrates the following concepts: - Living Application - Forms, pages and custom widgets built in the UI Designer - Process using BDM and contracts - Variable initialization using BonitaUsers templates

Procurement Request process - Diagram

Procurement Request process - Diagram

Releases for Procurement Example

Total downloads: 24 121
Version BonitaBPM Version Post date Download Link to content
2021.1-1.0 2021.1 2021-May-03 Download
1156 downloads
Release note
7.9.3-1.5 7.x, 7.9.x 2019-Sep-19 Download
1725 downloads
Release note
v1.3 for Bonita BPM 7.2 and onward 7.3.x, 7.2.x 2016-Apr-04 Download
7710 downloads
Release note
v1.2.1 for Bonita BPM 7.0.2 to 7.1.x 7.1.x, 7.0.x 2015-Oct-23 Download
4015 downloads
Release note
v1.2 for Bonita BPM 7.0.2 to 7.1.x 7.1.x, 7.0.x 2015-Sep-08 Download
3221 downloads
Release note
v1.1 for Bonita BPM 7.0.2 7.0.x 2015-Aug-21 Download
2929 downloads
Release note
v1.0 for Bonita BPM 7.0.0 7.0.x 2015-Jun-17 Download
3365 downloads
Release note
emmanuel.duchastenier's picture
emmanuel.duchas...
Category: 

This is an example of how to embed Bonita Engine (BPM workflow engine) in a Spring Boot application built with Maven.

The proposed use-case is an application based on a process that allows someone to request a loan to their bank. This request will be reviewed, approved or rejected by the bank which will give explanations for this decision.

emmanuel.duchastenier's picture
emmanuel.duchas...
Category: 

This application is an example of how to embed Bonita Engine (BPM workflow engine) in a Spring Boot application. The proposed use-case is an application based on a process that allows someone to request a loan to their bank. This request will be reviewed, approved or rejected by the bank which will give explanations for this decision. This example illustrates how to build it with the application using Gradle.

Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

# BonitaCommandDeployment

Library to deploy automaticaly a command, when needed, and organize the communication between the source and the command.

# Implement your command

A command must implement the method org.bonitasoft.engine.command.TenantCommand.TenantComand.execute().

This method has to concern:

Notifications