User

How to use my own user and group database table (or services)

Hi all.

I have an application that contain user authentication and user/group information services.
Now, I want integrate my application with Bonita process API, and use my existing user/group services (authentication, query, list, insert, delete, ...).

What should I do, please ?

Thanks
LongNT

How can I access to Custom User Information in BPM Portal?

According to the documentation after I created custom properties in BPM Studio, I should be allowed to change those properties from the Portal using a user with Administrator Profile. Nevertheless I can´t find the 'Other' section in the User Profile.
https://documentation.bonitasoft.com/?page=custom-user-information-in-bo...

Access a task, but don't click on take

I wonder if it is possible to perform a task when it becomes available to a user without the user having to click the "take" button. Because I have a process with many tasks and ends up being annoying to have to every time have to click on "take". If it can be done, it would be great if you could give me an example.

Thanks for all the help.

Using custom user management module instead of Bonita's inbuilt one

Where could i find documentation on using my own user management module instead of Bonita's inbuilt one to define my own user and their roles?

Connecting a mySQL database

Hello,

I'm extremely new when it comes to Bonita BPM and am having troubles connecting to my MySQL database. I can't seem to find any guides out there that are for the most recent version of Bonita BPM. Could someone give me a short tutorial and help walk me through what I need to do?

Thanks for your time,
Aaron

Setup Information:

Driver: com.mysql.jdbc.Driver
URL: jdbc:mysql://localhost:3306/firstdatabase
username:root
password:*******

Query: select * from testing where test_id = 'testingquery';

How can I assign a task to single user?

I created a process where after Initiated user submits the form it goes to Initiator Manager (I did this by selecting Manager Human Task-> General -> Actors -> Actor Filter-> Process -> Initiator Manager.)

But I want to assign the task to a single user how to do it? Can someone explain me?

How can I atribute visibility and invisibility to tasks.

Hi.

I have a process started by admin, and he need to start multiple times
when comes to a user Lane, can be start by any user of the group, i need when a user DO the first task of his lane, the process case tasks related can be only viewed by him. and others cases tasks will set invisible to him, up until the case who he was doing finishes by admin.

Thanks before hand.

Peter Grant.

Savoir si un utilisateur fait parti des acteurs de mon processus

Bonjour,
actuellement je suis entrain de créer une application dans LiveApplication de Bonita. (LiveDriveCar)
Voici l'organisation de mon app:
home
-- Driveboard
--------- demande de location
--------- validation demande
sur la page DriveBoard , j'affiche un recap sous forme de tableau de toutes les demandes de location.
j'ai deux bouton qui s'affiche en fonction du type d'acteur:
si l'acteur est un demandeur : il aura un link button (+ nouvelle demande de location)

Change password via REST not possible for non-administrator / HTTP 403 Forbidden

Hi dear community,
I've built a Live Application that is called "Set your password".

This live application just has two input fields and one button.
The button sends the request to the Bonita API via put.

The payload is generated via Javascript:
var payload = { "password": $data.newPass, "password_confirm": $data.newPassRepeat };

The API is called via:
../API/identity/user/{{ userId.user_id }}

If I use this as an administrator, it works, as a user I get a 403 forbidden error. Why?

Change user password

Hey guys quick question here, as a user without an admin profile is there a way to change your password?

Notifications