#bonita

Cannot login into Bonita (docker instance) with the users defined on the organization

I'm testing some things out using the getting-started app provided by Bonita (the one that covers a customer claim process). When deploying locally using Bonita Studio, everything works just fine. However, when following the instructions on the documentation regarding how to build and deploy an application using Docker, I encounter an error that prevents me from login with any of the users of the default organization (e.g. walter.bates).

Process execution

Hello to all,

I am setting up my process in Bonita and I would like you to guide me please. Here is my diagram, as soon as the initiator sends the information, the superior receives, now he must validate or reject the mission. How do I configure it? I have to make a validation and rejection form for each task? or how should I do it? So that when he rejects the process it goes back to the initiator or when he validates it goes back to the person after him?

Bonita BPM Database replication for DR site

Hello,

We're setting up the DR site, and we use database replication to get production data into DR database. And when we called /API/bpm/process/:processId/instantiation , we get this error (The application isn't error on production)

Cannot insert the value NULL into column 'assigneeId', table 'bonita_journal.dbo.flownode_instance'; column does not allow nulls. INSERT fails.

However, when we tried to use manual back-up&restore DB solution, the application can process without any error.

Data science and BPM

Hello everyone,

Hope you all are doing well. I am an IT student specializing in a data science career, I recently read an article talking about BPM and what I would like from you people is like guiding me please. How? I would like to know different examples on how we can apply data science to BPM because I am like exploring several sectors where data science can be apply to work on it in order to grow in skills.

Waiting to hear from you wink_smile.png,

Get exception class java.lang.IllegalArgumentException while trying to get context of a task

Hello guys,

When I try to get the context of a user task with his id throught this API : ../API/bpm/userTask/{{taskId}}/context (from Bonita Documentation)

Everything works fine.

But when I supposed to get the context of a general task like this ../API/bpm/task/{{taskId}}/context (not found in Bonita Documentation)

I go the exception below:

{

"exception": "class org.bonitasoft.web.toolkit.client.common.exception.api.APIException",

"message": "java.lang.IllegalArgumentException: Can't convert compound ID to long",

Drop-down list with the names of the actors within a task

Hello everybody.

Is there a way to create a drop-down list, which allows you to choose an actor, directly in a task? My problem is that I have a complex process in which I have two lanes, I perform tasks in the first lane and at a certain point, in a specific task I should select the user who will perform the next tasks and then move to another lane. I'm a beginner and don't have much practicality.

thanks to who will answer

How can I prevent modal close on outside click ?

Hello everyone,

I'm working on a widget modal container in a form. I want to prevent modal close on outside click. The modal will be closed only on the button click.

I have tried this way for auto-open modal with custom widget :

function PbAutoPopupCtrl($scope, modalService) {

'use strict';
var options = {
backdrop: 'static',
keyboard: false
};

Error when connecting to MySQL 5.5 in bonita community 2021.2

Hi All,

I am trying to connect to a MySQL 5.5 database using the connector available in Bonita. I get the following error.

bonita.xml PostgreSQL example introuvable

Bonjour la communauté,

Je suis actuellement en train de configurer une architecture Bonita Communauty 2021.1 (ubuntu-openjdk-tomcat-postgresql) avec cette documentation :

https://documentation.bonitasoft.com/bonita/2021.1/ubuntu-openjdk-tomcat-postgresql

Configure Bonita Portal to start automatically when server reboots on Ubuntu/Linux

Hi,

I'm trying to configure the server which is Ubuntu/Linux s.o to start automatically Bonita Portal every time the server reboots. I've tried with crontab -e command, along with the rc.local that I've found on the Internet, but none of them worked.

Can you help me please how to do it correctly?

Notifications