#bonitasoft

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?

Variable métier

J'ai schématisé mon diagramme de BPMN, déclaré mon business data model et j'ai déclaré ma variable métier. Ma question c'est comment savoir à quel niveau sur mon diagramme je dois affilier ma variable métier que j'ai déclaré?

Bonita features

Hello Bonita Community Team,

Hope my message finds you in good condition,

Sorry for the inconvenience, I have read the Bonita documentation and I have some questions that I would like to have answered please.

My question are:

-If in a process the task of a user is only to validate an email, how do we impliment that during the process? I don't mean put it in the process diagram but during the execution how is it going to happen?

-With Bonita is it possible to do process mining?

-Which option in Bonita permits us to execute a process?

Get profile name from UserId in UI Designer

I would like to display content on my app descriptor based of the User Profile which is either User or Administrator

How to retrieve attribute from custom query

I created a custom query in BDM queries, it selects the last item in the Param table:

SELECT MAX(p) FROM Param p
ORDER BY p.persistenceId DESC

I'm trying to use this query in a process variable to retrieve the attribute Price, I tried two ways:

parametreDAO.findLastSeuil().price

parametreDAO.findLastSeuil().getPrice()

But I got this error:

org.hibernate.exception.SQLGrammarException: could not extract ResultSet Any idea how to do that?

Notifications