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

How to use 'not equal' to filter on users attribute in a URL using REST Identity API in Bonita

I'm using Bonita in a 7.3 Version. My goal is to use the identity API to gather information about my users, such as it's name etc. The thing is : I'm trying to catch all the users in a certain group of users with the following API request :…
Vincent G
  • 361
  • 1
  • 4
  • 22
0
votes
1 answer

Uploading file on Step in Bonita

i would like to upload and download a file. I know the FileUploadDownload Example but i required to upload document on step not on instantiation form.how can i achieve that i have made contract on step and assigned it to document variable…
nagi
  • 381
  • 2
  • 8
  • 22
0
votes
2 answers

Creating transition condition on Bonita BPM

As the title explains, been trying to figure out how to add condition to transition on Bonita, I can't seem to access the pool variables red underlines the variables i provide which belongs to the current pool, Any help please because it is driving…
lulliezy
  • 1,741
  • 5
  • 24
  • 49
0
votes
1 answer

Start date of archived task via API Rest bonita

I am trying to get the start date of an archived task via the API Rest of Bonita BPM portal (7.1.3 version) but I don't find the proper method. For example, I am using: .../bonita/API/bpm/archivedTask?p=0&f=processId=processIdNumber and the only…
user3953878
0
votes
1 answer

Bonita BPM Components

I am completely a newbie in Bonita and BPM in general, in my introductory video lessons, I have so far learned about data models, the UI among others. So what I wanted is to know the components, I don't know what they are called but I call them…
lulliezy
  • 1,741
  • 5
  • 24
  • 49
0
votes
1 answer

Bonita Liferay integration no such bonitasoft session impl api sessionimpl

I have installed Liferay 6.1-CE-GA2 & then I deployed BonitaBPM portlet in liferay. Reference I download BonitaBPM Community-7.3.2(All In One) and it is running on 8080. Now I integrated Bonita with liferay(It running on 9090) it throwing an errors…
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35
0
votes
1 answer

Set a new property "org.bonitasoft.i18n.folder"?

I am trying to change the default language of Bonita Portal. I have been following the bonita guide ( for 7.3 version) but no use and I can't understand some things. First of all, when it says: set a new property "org.bonitasoft.i18n.folder" in…
0
votes
0 answers

BonitaBPM: Connecting to a Database

I'm extremely new when it comes to Bonita BPM and I am having troubles connecting to my MySQL database. I'm getting the following error: java.lang.reflect.InvocationTargetException …
Bob
  • 1,344
  • 3
  • 29
  • 63
0
votes
2 answers

Bonita BPM - How to make a user see only tasks that are in his group?

I'm using Bonita BPM Version : 7.2.3. I have the following organization:
0
votes
1 answer

create and persits BDMs using DAOs in Bonita

How do i make use of the Bonita Provided Data Access Objects (DAOs) variables to create new instance of the Business Data Models (BDMs) Object and persist it.
0
votes
1 answer

How to use Bonite Engine api with Liferay portlet?

I installed BonitaBPMCommunity-7.2.3 and liferay-portal-6.2-ce-ga6. Bonita - http://localhost:28604/bonita Liferay - http://localhost:8080. I want to use Bonita Engine Api in Liferay portlet. I had configure bonita home in directory…
0
votes
2 answers

How can I download a PDF file from a form using UI designer?? Bonita

The thing is I have found how upload a document and after that downolad it. But I just want to download it. I want to do it using the UI designer but I dont know how to do it. Thanks :)
Silvia
  • 1
  • 1
0
votes
1 answer

Unassign method in Bonita 6.5.4 exists?

with two task named "View" and "Register" its needed to implement a Unassign Button from Management user in taskUser Level in a Service Task connector these two tasks using unassign(method needed) and release(releaseUserTask) for another user have a…
0
votes
1 answer

Bonita 7.2 not supporting java 7

I am new In Bonita BPM, I am trying to learn web service connector. I am using weather web service to test. I have created the process diagrams, and using Get weather service. i am using Groovy Script for map data with the process variable, which I…
joga
  • 146
  • 13
0
votes
2 answers

Bonitasoft can't login as administrator

I have the following problem I am trying to login as Administrator with username: platformAdmin and password: platform, but no use. It writes "Unable to log in. Please check your username and password." After the wizard installation I didn't…