Examples / Contributions

mrobinson_1362703's picture
mrobinson_1362703
Category: 

Sends email notifications to users who have assigned or pending tasks to complete at set intervals.

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

**Introduction
**
The widget File Upload is a "two direction" widget.
* It allows the user to upload a Bonita Document (file, or URL)
* user can download the current document and can decide to keep it, erase it, or upload a new version for this document
* using the FileUpload as a list of document ensure that you can edit this list: remove the third document of the list, update the fourth document, add two new documents.

Releases for widget_fileupload

Total downloads: 1 098
Version BonitaBPM Version Post date Download Link to content
1.3 7.8.x, 7.7.x, 7.6.x 2019-Apr-18 Download
1098 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

widget_togglebutton

Conditionnal tab widget. You can show / hide a tab

Here the widget in action

Releases for widget_togglebutton

Total downloads: 1 134
Version BonitaBPM Version Post date Download Link to content
1.1 7.7.x, 7.6.x, 7.5.x 2019-Jan-25 Download
1134 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

The same function as the Standard Button, except that you can give a confirmation message.

Releases for widget_ConfirmButton

Total downloads: 1 114
Version BonitaBPM Version Post date Download Link to content
1.0 7.8.x, 7.7.x 2019-Jan-14 Download
1114 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Releases for widget gantt

Total downloads: 1 172
Version BonitaBPM Version Post date Download Link to content
1.0 7.x 2019-Jan-11 Download
1172 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

page_sweetvehicule / Delegation

This page manage the delegation.

screenshoot_2.jpg

Releases for sweet vehicule (delegation tasks between users, based on period)

Total downloads: 2 525
Version BonitaBPM Version Post date Download Link to content
1.4 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-25 Download
646 downloads
Release note
1.3 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-23 Download
578 downloads
Release note
1.2 7.7.x, 7.6.x, 7.5.x 2018-Oct-24 Download
1301 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Releases for Widget Carousel

Total downloads: 1 159
Version BonitaBPM Version Post date Download Link to content
1.0 7.7.x, 7.6.x 2018-Oct-04 Download
1159 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Display the worker's photography and the number of item in the queue. Then, according to the monitoring, you can setup correctly the number of workers: * if they are all busy, then you can increase the numbers (if your CPU is not 100%) * second, you can have a good view on "on what my workers are working" : connectors? Groovy? Sql? screenshoot_workers.jpg

Releases for Radar (ex Workers) : monitor the Bonita Engine

Total downloads: 5 933
Version BonitaBPM Version Post date Download Link to content
2.0 7.12.x, 7.11.x, 7.10.x, 7.9.x, 7.8.x 2021-Mar-26 Download
608 downloads
Release note
1.9 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-19 Download
555 downloads
Release note
1.8 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-04 Download
620 downloads
Release note
1.3 7.9.x 2019-Dec-06 Download
817 downloads
Release note
1.2 7.7.x 2018-Sep-27 Download
1107 downloads
Release note
1.1 7.7.x 2018-Sep-17 Download
1053 downloads
Release note
1.0 7.7.x, 7.6.x, 7.5.x, 7.4.x, 7.3.x 2018-Aug-27 Download
1173 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

The Truck Milk page execute jobs at intervale (every minute/hour/day/weeks).

ATTENTION: see the Installation guide to install the page correctly (one component has to be copied on your server)

Access the documentation https://github.com/Bonitasoft-Community/page_truckmilk/blob/master/Truck...

Different videos:

Releases for Page TruckMilk : execute jobs at intervalle

Total downloads: 9 137
Version BonitaBPM Version Post date Download Link to content
2.8 7.12.x, 7.11.x, 7.10.x, 7.9.x, 7.8.x 2021-Feb-26 Download
641 downloads
Release note
2.7 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Dec-11 Download
745 downloads
Release note
2.6 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-16 Download
785 downloads
Release note
2.5.5 7.10.x, 7.8.x 2020-Jul-11 Download
665 downloads
Release note
2.4 7.10.x, 7.9.x, 7.8.x 2020-Jun-04 Download
681 downloads
Release note
2.3 7.8.x 2020-Mar-25 Download
693 downloads
Release note
2.1 7.9.x, 7.8.x 2019-Nov-20 Download
839 downloads
Release note
2.0 7.9.x 2019-Jul-07 Download
920 downloads
Release note
1.2 7.8.x, 7.7.x, 7.6.x, 7.5.x 2018-Dec-18 Download
1005 downloads
Release note
1.1 7.7.x, 7.6.x 2018-Sep-21 Download
1062 downloads
Release note
1.0 7.7.x, 7.6.x, 7.5.x, 7.4.x, 7.3.x 2018-Aug-09 Download
1101 downloads
Release note
Maria.ochoa_1368850's picture
Maria.ochoa_1368850
Category: 
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Give a description to protect the serverAPI like the Tomcat Valve do.
By default, the servletAPI is open, and any host can connect to a BonitaServer, then use the BONITA JAVA API to do any operation.

This filter is able to protect the servletAPI, to describe which host can access the BONITA JAVA API

Principle
The filter verify that the RemoteAddr match the pattern. This is the same usage as the org.apache.catalina.valves.RequestFilterValve except that a filter can be setup for a specific URL, not all the tomcat

Releases for filter_RemoteAddr

Total downloads: 1 294
Version BonitaBPM Version Post date Download Link to content
Initial release 7.x, 7.6.x, 7.5.x, 7.4.x, 7.3.x, 7.2.x 2018-May-22 Download
1294 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

# page_moonrover Report on BDM screenshoot_moonrover.jpg Noon Rover is used to access the Business Data Model information. All data in theses tables can be search. When to use it? In production, to search data in your database. To build some form, and give access to your users Search in your Business Data Table As an administrator (you should have access to the profile Administrator), All different objects are visible in the list. Select one objet.

Releases for MoonRover: Query / Access / Edit your BDM

Total downloads: 4 557
Version BonitaBPM Version Post date Download Link to content
2.4 7.12.x, 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-18 Download
498 downloads
Release note
2.3 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-04 Download
445 downloads
Release note
2.2 7.10.x 2020-Feb-06 Download
553 downloads
Release note
2.1 7.7.x, 7.6.x 2018-Aug-08 Download
1132 downloads
Release note
2.0 7.x, 7.7.x 2018-Aug-07 Download
908 downloads
Release note
1.0 7.x, 7.6.x 2018-May-11 Download
1021 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Integration of the alaSql Librairy, to export / import Excel

Access the example page https://github.com/Bonitasoft-Community/widget_alaSqlOperation/blob/mast...

In this page, you have a complete example:
- you have a list of data in a WidgetDataTable, then the widget creates for you an Excel file. It's done locally, no call to any server

Releases for widget_alaSqlOperation

Total downloads: 2 623
Version BonitaBPM Version Post date Download Link to content
1.1 7.7.x 2018-Aug-22 Download
1292 downloads
Release note
1.0 7.6.x 2018-Mar-30 Download
1331 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

You display a form, and when the user submits, you want to come back where you were (Portal, Custom Page, Living Application)? This widget is for you.

1/ Add the widget to your page

2/ create a STRING variable, named (for example) it formUrlBack

3/ reference this formUrlBack variable in the widget, in the property urlBack

4/ in your button, in property Target URL on success, set the value to {{formUrlBack}}

Releases for widget_calculateUrlBack

Total downloads: 1 324
Version BonitaBPM Version Post date Download Link to content
1.0 7.6.x 2018-Mar-30 Download
1324 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

# widget_autoassign widget_autoassign

When you access a task from a direct link, BonitaPortal displays the form and you can work with him. But when you want to submit the form, you got a "you are not assigned to the task". This is particularly annoying if you want to send the task list by email.

So, put this widget in the form, and branch the taskId and the UserId. The widget will do the job for you.

Tips: in a form,

Releases for widget_autoassign

Total downloads: 1 815
Version BonitaBPM Version Post date Download Link to content
1.1 7.10.x, 7.9.x, 7.8.x 2020-Jan-24 Download
572 downloads
Release note
1.0 7.6.x 2018-Mar-13 Download
1243 downloads
Release note
juancarlos_fo_1365077's picture
juancarlos_fo_1...
Category: 
romain.bioteau's picture
romain.bioteau
Category: 

This is the Bonita Jasper connector removed from the Bonita Studio after 7.7 version.
You can download the latest binary and import it in your Studio if your processes need it.

Releases for bonita-connector-jasper

Total downloads: 1 495
Version BonitaBPM Version Post date Download Link to content
1.0.6 7.5.x 2018-Feb-07 Download
1495 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Jaas module to query the Bonita User Database, and return true if the login / password exist. This JAAS module is perfect if you want to use multiple JAAS module, and say "in Bonita OR in my LDAP"

Releases for BonitaJaasLogin

Total downloads: 2 199
Version BonitaBPM Version Post date Download Link to content
2.0 7.10.x, 7.9.x, 7.8.x 2020-Apr-11 Download
699 downloads
Release note
7.6 7.6.x, 7.5.x 2018-Feb-02 Download
1500 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

in form V6, you have a "User Anonymous" function. You can setup a process with this properties, and then any person can create a case without a Bonita user/password.

You just need to give to the user an URL like:
http://localhost:8080/bonita/portal/resource/process/mySimpleProcess/1.0...

Releases for filter anonymous

Total downloads: 1 553
Version BonitaBPM Version Post date Download Link to content
1.5 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Dec-11 Download
1553 downloads
Release note
david_122's picture
david_122
Category: 

Releases for User Registration For Bonita applications

Total downloads: 1 696
Version BonitaBPM Version Post date Download Link to content
1 7.5.x 2017-Dec-11 Download
1696 downloads
Release note
Ziedzone_1357175's picture
Ziedzone_1357175
Category: 
marina.zelwer's picture
marina.zelwer
Category: 

Actor filter to allow a task to a list of user candidates.
Useful to allow users belonging to a group to be task candidates when the group depends on the process instance.

Releases for Actor filter user list

Total downloads: 1 794
Version BonitaBPM Version Post date Download Link to content
1 7.5.x 2017-Nov-13 Download
1794 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Automatic test on your processes. Different method is available to simumlate and load processes: by example, or via some scenario. Tests can be run automaticaly by some REST API call (Continious Integration isage)

Describe the scenarii to test (per process, or per grovvy scenarion)
screenshoot_1.jpg

Releases for Meteor

Total downloads: 6 154
Version BonitaBPM Version Post date Download Link to content
4.0 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-26 Download
356 downloads
Release note
3.2 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-16 Download
399 downloads
Release note
3.1.0 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Aug-25 Download
346 downloads
Release note
3.0.3 7.10.x, 7.5.x 2020-Mar-09 Download
430 downloads
Release note
2.1 7.7.x 2018-Nov-06 Download
905 downloads
Release note
2.0 7.6.x, 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Dec-14 Download
1244 downloads
Release note
1.1 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Oct-28 Download
1238 downloads
Release note
1.0 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Sep-27 Download
1236 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

page_forklift

Confront a source with your current server, and display what you should deploy. Administrator talke a decision item per item. All item to be deployed are then deployed

screenshot_forklift.jpg

Releases for Forklift (CI Step 5) : detect new artefact, check with your server if you need to deploy them, and then deploy

Total downloads: 4 974
Version BonitaBPM Version Post date Download Link to content
1.7 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-25 Download
524 downloads
Release note
1.6 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-18 Download
492 downloads
Release note
1.5 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Sep-04 Download
514 downloads
Release note
1.4 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Aug-21 Download
541 downloads
Release note
1.3.0 7.8.x 2020-Jun-18 Download
588 downloads
Release note
1.1 7.7.x 2018-Nov-06 Download
894 downloads
Release note
1.0 7.x 2017-Sep-08 Download
1421 downloads
Release note
Lionel Palacin's picture
Lionel Palacin
Category: 

These are the connectors used to integrate Chain Core with Bonita BPM.

Releases for Bonita Chain connectors

Total downloads: 1 523
Version BonitaBPM Version Post date Download Link to content
1.0 7.2.x 2017-Aug-09 Download
1523 downloads
Release note
stein.kilian's picture
stein.kilian
Category: 

Bonitasoft is a software to create a BPM application all-in-one, from back-end to front end, all in the same environment. We can drag tasks into diagrams or widgets into web-pages with beautiful rendering. We can add some code (groovy, javascript, css, html) to be closer to our needs.

What's about this specific code insides diagrams and web-pages ? How do I know the level of quality of this code ? How can I detect potential misconception, code smell or bug ?

This is what Bonita Extract Sources provide you : A way to analyse code hidden in diagrams or web-pages

Releases for bonita-extract-sources

Total downloads: 1 742
Version BonitaBPM Version Post date Download Link to content
1.0 7.2.x 2017-Jun-29 Download
1742 downloads
Release note
didier.dewinne_1's picture
didier.dewinne_1
Category: 

Overzicht van de organisatie van de verschillende divisies binnen Synergie

romain.bioteau's picture
romain.bioteau
Category: 

As a Bonita BPM Portal Administrator, I need to access the different server log files.

Releases for Bonita Server Logs

Total downloads: 3 628
Version BonitaBPM Version Post date Download Link to content
1.1.0 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Oct-13 Download
1898 downloads
Release note
1.0.0 7.4.x, 7.3.x, 7.2.x 2017-Apr-12 Download
1730 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 
  • Access logs files on the server
  • Analyze errors on logs, to focus directly on errors of the days
  • download logs file from the server

screenshotLog_1.jpg

It's possible to filter on error, or to search in the log some information.

Clicking the "automatic refresh" is usefull to view the log in real time.

Error Analysis give a feedback per errors in the days

Releases for Page logs

Total downloads: 11 883
Version BonitaBPM Version Post date Download Link to content
2.8 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Dec-30 Download
489 downloads
Release note
2.7 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Nov-19 Download
296 downloads
Release note
2.6 7.11.x, 7.10.x, 7.9.x, 7.8.x 2020-Jul-15 Download
393 downloads
Release note
2.5.1 7.10.x, 7.9.x, 7.8.x 2020-Apr-07 Download
378 downloads
Release note
2.5 7.10.x 2020-Feb-04 Download
425 downloads
Release note
2.4 7.8.x, 7.7.x, 7.6.x 2019-Apr-30 Download
667 downloads
Release note
2.2 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Dec-11 Download
1266 downloads
Release note
2.1 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Nov-17 Download
1217 downloads
Release note
2.0 7.5.x, 7.4.x, 7.3.x, 7.2.x 2017-Nov-14 Download
1050 downloads
Release note
1.3 7.5.x, 7.4.x, 7.3.x 2017-Sep-30 Download
1372 downloads
Release note
1.2 7.4.x, 7.3.x, 7.2.x 2017-Apr-13 Download
1408 downloads
Release note
1.1 7.4.x, 7.3.x, 7.2.x 2017-Mar-10 Download
1483 downloads
Release note
1.0 7.4.x, 7.3.x, 7.2.x 2017-Mar-09 Download
1439 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

The page display the list of processes you can start and display in the same page the instanciate form.

Releases for page_startprocess

Total downloads: 1 800
Version BonitaBPM Version Post date Download Link to content
1.0 7.4.x, 7.3.x, 7.2.x 2017-Mar-01 Download
1800 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Monitor a path on the server. When a BAR file arrive in the path, deploy it immediately

Releases for page_bardigester

Total downloads: 1 331
Version BonitaBPM Version Post date Download Link to content
1.0 7.4.x, 7.3.x, 7.2.x, 7.1.x 2017-Feb-24 Download
1331 downloads
Release note
onno's picture
onno
Category: 

See Repository on Github.

Releases for Angular Bonita Rest Api Services

Total downloads: 9 519
Version BonitaBPM Version Post date Download Link to content
1.0.4-beta-2 7.5.x, 7.4.x, 7.3.x 2017-Oct-27 Download
1585 downloads
Release note
1.0.4-alpha-4 7.5.x 2017-Sep-29 Download
1440 downloads
Release note
1.0.4-alpha-3 7.5.x 2017-Sep-28 Download
1325 downloads
Release note
1.0.0 7.5.x, 7.4.x 2017-Aug-04 Download
1509 downloads
Release note
0.1.0-beta-3 7.4.x 2017-Mar-01 Download
1839 downloads
Release note
0.1.0-beta-1 7.4.x 2017-Jan-24 Download
1821 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

Releases for mergeListPDF

Total downloads: 2 178
Version BonitaBPM Version Post date Download Link to content
1.1 7.x 2016-Dec-06 Download
2178 downloads
Release note
Pierre-yves Monnet's picture
Pierre-yves Monnet
Category: 

widget_Plus

This collection is a set of widget which give more controls on the standard widget.

InputPlus :
* Real Max Length : you can decide for the max character. After this number, it is not possible to give more character
* Style CSS : directly set some additional CSS style to the input
* Title : add an info bullet to your widget

Releases for Widget_Plus

Total downloads: 3 200
Version BonitaBPM Version Post date Download Link to content
1.1 7.3.x 2017-Jan-04 Download
1683 downloads
Release note
1.0 7.x, 7.3.x, 7.2.x 2016-Dec-06 Download
1517 downloads
Release note
kiran.neupane's picture
kiran.neupane
Category: 

Change portal user password for bonitasoft 7 living application. You don't have to create a process or do anything just import the two files into the portal.

This page will allow current logged in user to change their password. Please note No validation is done for the password match.

Login to Portal as administrator

Go to Resources and Import page-changePassLivingApp.zip Go to Applications and import Application_Data.xml in the portal Application

Please make sure you change the following in the config file:

Releases for Application to change User password for version 7

Total downloads: 3 844
Version BonitaBPM Version Post date Download Link to content
1.1 7.x 2016-Nov-24 Download
2140 downloads
Release note
1.0 7.x 2016-Nov-23 Download
1704 downloads
Release note
martinezedwin387's picture
martinezedwin387
Category: 
kiran.neupane's picture
kiran.neupane
Category: 

This is an example of using google chart in bonitasoft. Its been tested in 7x version.

Releases for Using Google chart example

Total downloads: 1 721
Version BonitaBPM Version Post date Download Link to content
1.0 7.x 2016-Oct-31 Download
1721 downloads
Release note
valerioneri.de's picture
valerioneri.de
Category: 

This is a custom widget that espects a **taskId **and gets you an array of case variables.
The case variables will be accessable by name. Bind the variable and access them like this:
caseVars['ideaDescription'].value

The whole structure of the case variable (see REST API) is kept in the array.

The **taskId **can be easily retrieved by getting the URL parameter.
This widget only works when embedded on a task form (not for living applications, unless you get the taskId from somewhere).

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

widget_datetime

A big thanks to Learning Health to produce this widget. This widget manage the Date (and do that correctly over all the time zone : the July 24 will be July 24 over all time zone, and you will have July 24 in your database) and manage the date and the time. Two methods exist for the time point of view : the ABSOLUTE and the TIMEZONE.

Releases for widget_datetime : work on all timezone, and manage the time too

Total downloads: 1 583
Version BonitaBPM Version Post date Download Link to content
1.0 7.x 2016-Oct-21 Download
1583 downloads
Release note
erwan.bodere's picture
erwan.bodere
Category: 

Custom widget to hide/show a DOM element.

You can customize the look and feel of the widget (image or button).

custom_showHide_show.png

Notifications