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 access Bonita Engine API from a custom REST API Extension

I would like to develop a REST API Extensions that access the Engine API in order to do some queries and then start a new process. What is the best way to access the Engine API from such REST extension?
gdegani
  • 846
  • 6
  • 17
0
votes
1 answer

Bonita 7 - processes stop working when writing any attribute of any Business Data

I just installed Bonita and tried some starter example (so no changes on general configuration were made). My problem is that every time I try to write some attribute of any business variable is like if the process would stop. I figured this out…
0
votes
1 answer

Bonita (7.1) returns unathorized process

We are working with version 7.1 Bonita and execute with WSO2 (4.9.0) and Rest Client first a loginprocess and then a process it returns unauthorized, it is send as a parameter of the request with name Cookie, Are we doing something bad? A greet
xoni
  • 1
  • 2
0
votes
1 answer

Import bpmn file in bonitasoft

I have any question, in bonitasoft can you load or read a model in bmpn file? I found in the API Rest and Engine Api to bonita documentation and not found any information about this. Thanks!
0
votes
1 answer

XML parsing exception org.xml.sax.SAXParseException cvc-elt.1

My XML contains ...... For complete XML file, Please have a look at…
Chakra
  • 31
  • 2
  • 11
0
votes
0 answers

Internal form mapping is undefined for "task1"

I'm trying to build a simple process, I've created the process, a form for the the pool and the human task: "clicked on the pool -> application -> PageFlow -> Add" and "clicked on the human Task -> application -> PageFlow -> Add" But I'm facing…
0
votes
1 answer

Wrong password provided for my excel reader accepts the generated file of the excel writer

I made two classes using apache poi that reads and writes excel files needed for a process. These excel files are encrypted with a password using the protect workbook. The encryption works and the excel reader does not accept wrong password inputs…
Dands Manuel
  • 93
  • 10
0
votes
1 answer

Change default database of Bonita 6.5

I am using bonita 6.5 and I would like to change the organizational database : users , roles , tasks , permissions...(not data) of bonita to my mysql database. I've followed the official documentation but then I realised that it's maybe for data and…
KnowledgeSeeker
  • 77
  • 1
  • 12
0
votes
1 answer

Migration scripts exits without any message while upgrading Bonitasoft from 6.3.8 - 6.5.3

I tried to migrate bonitasoft from 6.3.8 to 6.5.3. I am on Windows Server , apache 7.0.62 , PostgresSQL. I got all the step by step yes/no prompts all the way till 6.5.3. But the documentation says after migration I should see : When the migration…
Hexy
  • 828
  • 14
  • 24
0
votes
1 answer

How to do an extension of BonitaBPM?

I have been working for a while on a project about the extension of some functionalities in BonitaBPM (especially control access ones) but I still don't know how to start, so I want to know: what are the pre-requirements to do such a project…
KnowledgeSeeker
  • 77
  • 1
  • 12
0
votes
1 answer

Http request sending empty file

I created this http request in php that sends an uploaded file to bonitasoft, i get no errors from the http request and i uploaded the file to my computer successfully but somehow bonitasoft gets an empty file through this request. I cannot use…
Mark Van
  • 3
  • 6
0
votes
1 answer

How to make Bonita BPM to show an error?

I have an assignment where before I get a message from a server and tweet it, I have to check if an error occurs. If it does, it says that I have to "show with a human task an error message specifying a number and the error received. After that, the…
keont
  • 653
  • 1
  • 9
  • 26
0
votes
1 answer

liferay + bonita integration plugin make error

I had install liferay(liferay-portal-tomcat-6.1.1-ce-ga2-20120731132656558) and bonitaSoft(BonitaBPMCommunity-6.0.1-Tomcat-6.0.35). I want to connect liferay and bonita with BonitaBPM Integration.lpkg(here) plugin. But i have a error!! No…
Zhake
  • 9
  • 4
0
votes
2 answers

Using SOAP web services to get data from SQL Server 2008 database

I'm a newbie at SOAP and web services (2 day experience). I use Bonita Open Solution as a BPMS in which I have a 'WebServer SOAP 1.2' connector. I need to get and write data from/into a database using SOAP. I don't want to use the 'SQL Server'…
Amine Zaine
  • 165
  • 1
  • 21
0
votes
1 answer

generate a PDF from a form bonitasoft

Under my Project of end of studies I work with the Bonitasoft Community Edition version 6.4.1 tool I am requested to achieve an "Export as PDF" button in my form which will export this form and its data (such as a screen shot of the web page…