Tutorial

nicolas.chabanoles's picture
nicolas.chabanoles
Blog Categories: 

In this article, I will explain 3 simple ways to create a connector by introducing first 2 notions: connector definition VS connector implementation.

delphine.coille's picture
delphine.coille
Blog Categories: 

Mientras esperas el Bonita Camp en vivo en español el 2 de junio, ya puedes practicar con los ejercicios.

antoine.mottier's picture
antoine.mottier
Blog Categories: 

Monitoring is key for performance and reliability of a service. Learn more about Bonita server monitoring with Bonita 7.10 in this blog post.

delphine.coille's picture
delphine.coille
Blog Categories: 

Chers nouveaux membres de notre communauté francophones, bonne nouvelle ! Le tutoriel Getting Started de Bonita est désormais disponible en français.

Vous pouvez y contribuer facilement depuis le dépôt GitHub dédié : https://github.com/Bonitasoft-Community/getting-started-fr

delphine.coille's picture
delphine.coille
Blog Categories: 

You've attended a Bonita Camp in-person or followed it on video and you would like to get resources to practice?You want to contribute and help improving Bonita Camp?

marielle.spiteri's picture
marielle.spiteri
Blog Categories: 

Component: Bonita WidlFly | Version: 7.4.x to 7.9.x

Note: For the Tomcat bundle, please consult this page: How to increase the session and engine timeout in Bonita Tomcat Bundle Version 7

marielle.spiteri's picture
marielle.spiteri
Blog Categories: 

Component: Bonita Tomcat | Version: 7.3+

Question: How to increase the session and engine timeout in Bonita Tomcat Bundle Version 7


Note: for WidlFly Bundle, please consult this page: https://community.bonitasoft.com/blog/how-increase-session-and-engine-ti...

Answer

Two type of session are involved when using Bonita Portal:

delphine.coille's picture
delphine.coille
Blog Categories: 

In the Bonita documentation, you'll find a How-to article to help you with the use of Groovy, the scripting language used in Bonita in addition to Java.

Groovy was chosen as the scripting language because it is:

emmanuel.duchastenier's picture
emmanuel.duchas...
Blog Categories: 

As part of our Bonita Labs activity, we have worked on a way to solve this use case : "As a developer, I want to use only the workflow engine to execute business processes in my application."

I am pleased to share with you results from our research and work on this topic. I published a tutorial describing the way to embed Bonita Engine in a Spring Boot application, based on 2 deployment illustrations.

You can find resources here :

ismail.lagouilly_1386495's picture
ismail.lagouill...
Blog Categories: 

Question:
How can we populate a select widget based on an External API, Javascript, or a Json variable.

Answer:
To populate the list of available values of a select widget using an External API for example, you can do the following:

1) Create an External API variable, example : externalAPIVaribale
Value : ../API/identity/user?p=0&c=10&o=lastname%20ASC&s=will&f=enabled%3dtrue

This API returns :

Notifications