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
4
votes
1 answer

Business process management systems abstraction

There are some good BPM software: jBPM, Bonita BPM, Camunda BPM, Activity and so on. Most of them supports some API to integrate with them, for example jBPM provide KieServicesClient interface and implementations to work with it. It works, but can…
Alex T
  • 2,067
  • 4
  • 20
  • 27
3
votes
1 answer

How to redirect to an other form after submiting in Bonita BPM

Im working with bonita soft and i want know how to redirect to another form after sumiting the first form, what i have do write as a link on the submit button instead of the default /bonita SreenShot in the UI designer
Nbenz
  • 602
  • 1
  • 9
  • 18
2
votes
1 answer

How can I download my uploaded file on Bonita using a Link

I have created my submission form in Bonita and I have added all my variables. Here below is a photo of my submission form Here is the Validation Form I want to be able to get the file uploaded on the first form, to the validation form, so I can…
Labelle Doriane
  • 105
  • 1
  • 3
  • 15
2
votes
1 answer

How to resolve : javax.xml.transform.sax.SAXSource cannot be cast to java.io.Serializable [BonitaSoft]

I'm trying to create a task in BonitaSoft and connect it to a webService created using Spring Boot I finished all the steps and when i want to test my web service i get this Error : I can see that the Web service is running or consumed here : So…
Amine Choukri
  • 398
  • 2
  • 12
2
votes
1 answer

Bonita BPM: Tomcat port is already in use

I tried running a Bonita instance on my localhost using Tomcat, but I got an error message saying that the Tomcat port is already in use. I checked in the terminal and found that the port that it's trying to connect to (and said that it's in use)…
Grandevox
  • 92
  • 2
  • 8
2
votes
2 answers

Jquery ajax page is automatically redirecting on post request

Trying to upload multiple files through ajax but after uploading its redirecting to another blank page automatically, showing only the name of upload files Following is the html tag Here is the javascript function function upload(){ var…
Imran Ali
  • 539
  • 4
  • 17
1
vote
0 answers

Bonita project can't run when mapping own form to process

I am new at Bonita platform, currently adding form to process. When I add form to process pool I get error: error while resolving form mapping process.... The target bonita form with Id null does not exist. When I set it to default form, it works…
tine
  • 69
  • 6
1
vote
1 answer

Modifying Bonita Process Instance after Started

Is it possible to change the processinstance create/start date time after once it has been instantiated?
norris-md
  • 306
  • 2
  • 10
1
vote
1 answer

How use one field of a form to populate other fields in Bonita?

I have a form variable of type external API called customersList. It is a list of customer objects. In my form, I have a Customer Name and Customer Id. For the Customer Name, I use an auto-complete widget. So, when I type something in the Customer…
C. Virak
  • 11
  • 2
1
vote
2 answers

how to display image with blob image url?

I have blob url for image and want to display it. One method I tried is by using createObjectURL(). $scope.preview = function(path) { //path is 'data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAA....' var file = new Blob([ path ], {…
YaSh Chaudhary
  • 2,605
  • 8
  • 37
  • 74
1
vote
1 answer

Why is it that from version 5.9.1 to version 6.0 of the CMIS connectors disappear

Why is it that from version 5.9.1 to version 6.0 of the CMIS connectors disappear and from version 6.1 there are only 6 connectors? I can not find solutions for the connectors that are eliminated. Someone can help me? I'm using BonitaSoft Comunity…
1
vote
1 answer

Can't specify URL for Bonita soft behind apache reverse proxy

I've got a bonita portal application running in a Tomcat environment behind an apache reverse proxy (2.4). My current config in my virtualhost is working fine for url like https://www.mybonita.com/bonita/: ProxyPass /bonita …
1
vote
1 answer

How to Integrate a process (bonitasoft)into an application spring boot by webservice?

I am trying to integrate Bonita with Spring in order to implement a custom UI for my workflow processes. I know Bonita provides a REST API out-of-the-box for this matter but I was thinking maybe there is already a java library for this API ready to…
1
vote
1 answer

Can Bonitasoft (BPM) be used to build an ERP system?

I have gone through the documentations of Bonita and read a book about it. I have also watched almost all the tutorials offered by bonita on YouTube. However, the software limitations are not clear to me yet. The company that I work for, a…
thedethfox
  • 1,651
  • 2
  • 20
  • 38
1
vote
0 answers

Add a new language to Bonita Studio

I want to Add the Persian Language to Bonita Community 7.3.For Bonita Portal, it is so easy. I download the ".po" file from translation website then I put it in i18n folder and it works well. But For Studio section, there are some ".properties"…
1
2 3
9 10