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.

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.

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.

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
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

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.

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

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.

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.

romain.bioteau's picture
romain.bioteau
Category: 

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

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.

romain.bioteau's picture
romain.bioteau
Category: 

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

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.

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
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

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.

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.

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.

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

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