Questions tagged [bonita]

Bonita BPM is an Open Source Business Process Management system

Bonita BPM is an Open Source Business Process Management system, licensed under GPL v2. It's backed by Bonitasoft.

144 questions
0
votes
1 answer

Bonita bmp 7 : bind JSON data to table

I'm a new in Bonita bpm. I receive data from my connector in the form as a json string. There is like connector output param. I store this param like pool variable. Then, i get this value with external api:…
0
votes
1 answer

how to assign an actor to a lane in bonita 7.5?

I want to assign an actor to a lane. I set a single user for lane from: Details tab, General window, actor. But the task was not addressed to the lane. What can I do to to assign an actor to a lane?
Mojtaba Qanbari
  • 93
  • 1
  • 1
  • 4
0
votes
1 answer

How to create a new folder in Bonita web server?

I'm new to Bonita BPM. I created a variable to link to a local directory. But it didn't work because of the web browser security restriction. I changed the logic that once I create a new directory on the web server, I can link the directory and…
Jane
  • 139
  • 1
  • 1
  • 10
0
votes
1 answer

Create Connetor CMIS BonitaSoft

I'm working with BonitaSoft Community version 7.6.3 and I want to create a CMIS connector to list the folders and documents for version 5.2 of Alfresco. I noticed that for this version of Bonita many connectors that existed in version 5.9.1…
0
votes
1 answer

List Alfresco folders and documents in BonitaSoft

I'm working with version 7.6.3 of BonitSoft and intend to integrate with Alfresco version 5.2, and checked that the cmis List a folder connector no longer exists. How can I inject this list into a widget?
0
votes
1 answer

How to catch a signal multiple times in BonitaSoft?

I'm calling from Signal5 to Signal2 until the number of calls is 10 (XOR Gateway). But the problem is that Signal3 call Signal4 two times and the process is lost. I think that the first pool is waiting for some action or the signals can be called…
Kevin Hernández
  • 704
  • 10
  • 25
0
votes
0 answers

Bonitasoft Bonita Newbie: Showing and editing data entered by user before

I'm new to Bonitasoft Bonita Studio. I want to design a form with UI Designer with three input boxes: name, surname, order. The input shall be thrown to another pool via a message. In the second pool, there is a "catch message event". The data…
User1500
  • 1
  • 1
0
votes
1 answer

Location of logs of Groovy scripts at Bonita Studio - Community Edition Version : 5.9.1

I am reviewing some workflows at Bonita Studio - Community Edition Version : 5.9.1. In some groovy scripts there are some System.out.print(). Where are these been printed when I execute the scripts? Cause they are not at Help->Show Log, nor at…
sysoutkoula
  • 340
  • 1
  • 10
0
votes
1 answer

how to capture the click of a simple button in bonita studio?

good morning the reason for my question is that I want to capture the click of a simple button since I am doing a form that has 3 buttons which depending on the button that the user clicks will open the form that corresponds to the button, but I do…
0
votes
1 answer

Bonitasoft external forms

First I would like if someone can point out extensive information about connecting external forms with Bonita BPM. That would be very helpful. Nevertheless,... I found that for a human task to use external forms instead of the UI Designer one, I…
0
votes
1 answer

how to caput the id of a case in bonitsoft

Good morning the reason of my question is about how to capture the id of the case in pretty soft I am using a form 6.x when looking for information on how to perform the procedure I do not find information easy to understand I am new used the…
0
votes
1 answer

How to create a new object with an aggregated reference to an existing object?

I'm working with Bonita BPM 7.5 and in my contract I have defined an object with an aggregated relationship to another object (complex data), my problem starts when in UI designer I show a table of existing objects (aggregated object) to the user…
KVR
  • 1
  • 1
0
votes
2 answers

How is a getText done in groovy?

good morning the reason for my question is how to perform a getText in groovy, since I'm used to Bonitasoft(7.3) and manages that editor what I want to do is something very simple to capture data from a text box to to pass it to another box text but…
0
votes
1 answer

Bonita BPM do not wait for Bonita's function end

I am creating a JAVA application that use Bonita BPM API, i am using a simple code like this: ProcessInstance processInstance = App.getProcessAPI().startProcess(App.getProcessDefinitionId(),App.getListOperation(),…
0
votes
1 answer

error message when running an application on Bonita tool

I am trying to run this form in the browser, but I keep getting this message not sure how to fix it so can you help me please. "Ui Designer form type is selected and no target form is defined for overview page mapping. an autogenerated form will be…