This is an official Living Application example for Bonita 7.
It is build using Bonita 7.9.3 and is compatible with any future releases of Bonita 7.
This example demonstrates the following concepts:
- Living Application
- Forms, pages and custom widgets built in the UI Designer
- Process using BDM and contracts
I have to say I read a few (bonita documentation, tutorials, videos...) but I am still not sure I clearly understood the functioning.
It looks like most of tutorial (videos) I am interested in use Bonita 5 or 6. Tutorials about Bonita 7 often talk about dummy data or Json but rarely against a database.
According to the Bonita BPM 7.0 getting started documentation:
Submitted by amitdhage01 on Mon, 12/12/2016 - 12:00
Hi,
I'm using Bonita 7.2.2 and I have some process already deployed with BDM. Now I deployed a bar file in my environment and to resolve the process, I deployed bdm.zip exported from some other studio using technical user login. But then I noticed that previously deployed process became unresolved because business data was not available. Is this normal??
Bonita recognizes only last deployed BDM?
If I want previous business data too then how can I manage that?
Submitted by g.lapierre on Fri, 04/29/2016 - 16:10
Not really a question but I could not find a lot of information in the documentation or the existing contributed projects.
I have a form with SIREN / SIRET fields (those are identification numbers for french companies). A siren is 9 digits and a siret is 14. I could easily use standard widgets for the length but that was all.
So I created a custom widget starting with pbInput standard widget (workspace/default/web_widgets). I removed minLength, maxLength, type, min value, max value and and added an inputType property which value can be siren or siret (default: siren).
Submitted by dhanilugina.acc on Mon, 12/14/2015 - 09:00
Hello guys,
I'm interested about BPM and I've installed bonita 5 and 7 in my computer.
I've created my process business into bpm modeling, and now i'm in phase of developing my business process into application ( UI Designer ).
In my modeling process, i've created a process variable ( Java Object - java.util.List [No Coding, Just Created] ) to stored my MySQL - query ( Created using Graphical Connector In ).
Bonjour,
Je souhaiterai réaliser une installation Bonita 7.1 - Tomcat 7- MSSQL Server 2012 sur un Windows Server 2008 R2
Dans la configuration des environnements : http://documentation.bonitasoft.com/hardware-and-software-requirements-2 il est dit que qu'un environnement Tomcat/SQL Server ne serait pas supporté et ne fonctionnerait tout simplement pas à cause de Bitronix.
I want to retrieve all the tasks for a user using the REST API, not only the assigned i want to retrieve the *pending *tasks too as the Bonita Portal does.
I've been using this , but it only retrieves the assigned tasks. I didn't find nothing in the documentation about pending tasks.
I have a process built in Bonita 7.1.2. and I've made a summary page for all the active cases. I use some widgets as a Data Table, texts, etc.
My question is, how can I put a button or something that refreshes the data on the summary page? I don't want implement a method that refreshes the window, I only want to refresh the Data Table.