#api #bonita7

how do I access the personal information on groovy?

I need to get the personal email from a user, I can access to this info through the api on UI Designer but I can't on groovy, what's the method to access it?

I have tried identityApi.getUserContactData but it only shows the contact email and I have tried identityApi.getUser but it doesn't appear an Email method for me

How to see our bdm url api

Hello to you all,

I following the getting started and i am at the level of bdm and in the video the author access his api url but doesn't show how he did and I would like to know how he did it. This is an image of what i am talking about.

https://ibb.co/xCk264M

Bonita Engine giving different process definition info and activities after restarting Bonita

We have a Bonita 7.14 instance with a workflow that was migrated from Bonita 7.3. The migrated workflow exhibits a strange behavior. We can complete the entire workflow if we don’t restart Bonita before it completes. However, if we start the workflow, restart Bonita, and then try to complete the workflow, it fails. What seems to be happening, is that when Bonita is restarted, new instances of the flow definition are created in the flow node_instance table.

Shutdown Bonita & Postgres every day.

Good Morning.

Every day the connection between BonitaSoft and Postgresql 14 stops working. We have to restart the whole environment to get the connection back.

Esotu using BonitaSoft Community 2021.1 with PostgreSQL 14.4 (Ubuntu 14.4-1.pgdg20.04+1).

I updated the POstgres driver to postgresql-42.4.0.jar

I kept the default settings requested by the documentation regarding max_prepared_transactions and max_connections. I kept both at 200.

My Bonita environment is installed in .zip format and I just uploaded a default organization acme.xml (for testing).

How to MODIFY an existing process by the API?

Objectif: I want to CHANGE a process, and ADD between Step 1 and Step 2 a new task, called "Blue Step". To create this task, I want to duplicate the task "Model A" present in the process.
So, I need to :
* delete the transition between Step 1 and Step 2
* duplicate the task "Model A" to a new one and rename it "Blue Step"
* Create transition "Step 1" => "Blue Step" => "Step 2"
* save the new process with a new version.

Version : 7.10.x

Résoudre un problème dans Bonita 7.8.3

Bonjour communauté,
J'essaie de créer une application de gestion de rendez-vous et au moment de la création d'un deuxième acteur: validateur de demande, j'ai une erreur qui s'affiche et je ne sais pas comment la résoudre:

bonita 7.x engine code source

hi , i am looking for bonita 7.x engine code source or API code source.

Notifications