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
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:
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.
AutocompleteKey return a key and can get a Key to display the value. The AutocompleteKey works as a Select widget (Autocomplete works as a Text Helper).
Note: from 7.12 onwards we recommend using the Autocomplete feature of Bonita.
Food Truck is the best place to discover and download custom pages, custom widgets and Living Applications you'll love on your Bonita Runtime.
This custom page enables you to list all available artifacts on Bonita Community GitHub and helps you install the one you have chosen on your Bonita Runtime for selected user profiles. This allows you as well to update to latest versions.
This REST API can access in **one call** all your **Process variables** , **BDM variables** (with all the hierarchies), **Local variable** , from a **taskId** or from a **caseId** .
This REST API extension allow to execute SQL queries using a JDBC data source.
The extension allow to easily display data coming directly from a database into Bonita BPM forms.
Usage of JDBC data source brings benefits of connection pooling for better performance.
# page_cranetruck The page help you to configure you JAAS service. Give the parameters, and then test immediately if all is correct. If you have a subcription version, you have access to the LDAP Synchronizer tool. Copy the JAR file, and then you can verify that the parameters are correct.
The Bear Table widget display data in a table, with the control:
* Cell in read/write (Text, Number, Select, Date)
* filter, sort
* rules: sum must be egal to 154, all values different
* color, hide lines
The Google filter can log you in the BonitaPortal is you are log in Google !
Or, a google button "Sign it" is present on the login page. Click on, log in Google and you are log in Bonita Portal.
The Americain custom page can upload any organization, from a CSV source file.
It can run
* to load a file at one moment,
* to monitor a directory and load any file in this directory
* to run as a service
This sample presents a pageflow (or mutli-page) form created with Bonita BPM 7. This resulting form is equivalent to the pageflow form that existed in Bonita BPM 5 & 6.
Example of forms to display and update a text process variable
Important recommendations
Generally it is recommended to use business variables instead of process variables.
Known limitation
By default only users with administrator profile are allowed to access process variables.
You can change such behavior by customizing dynamic-permissions-checks.properties. Refer to REST API authorization documentation for more information.
An example that illustrate how to allow user to upload and download a single document or a list of documents.
Also illustrate how to only allow certain type of files to be uploaded (e.g. only PDF files).
Process definition includes a reference to a document and to a list of documents (document with option "multiple" enable).
All files will be stored by Bonita BPM Engine in database.
Engine also saved the association between the process instance and documents content and version.