#update

Upgrade Bonitasoft Questions

Hello,

Currently, I have a very old version of Bonitasoft, 6.3.2 community edition. I'm interested in upgrading to the latest. When on the Bonitasoft website, download page, it states, that there's a .zip file containing a script to update a Bonita Runtime from 7.x to any later version. Is there a tool or .zip file to update the platform from 6.3.2?

How to update recompiled actor filter on the platform in the already existing process after Java 11 upgrade?

Hi,

We are planning our upgrade from 7.10.0 to 2022.1-u0, and we must upgrade from java 8 to java 11. However, one question we have is regarding how to recompile our custom actor filters (jars) and redeploy the java 11 compiled versions to our already existing processes. We are able to update custom connectors via the portal web interface, but do not see a way to update the actor filter jars.

CRUD Tutorial in Bonitasoft

Hello, does bonitasoft provides a complete tutorial or sample project of Create, Update and "Delete" into a one application? Please let me know if anyone has the tutorial or sample project of it. I am very thankful if someone willing to give me a tutorial. This is my first time using BPM, im still learning on this.

Edit Data by Selecting Table Row

Hello, I'm trying to edit data by selecting table row in the form. Once the table row selected, the row contents displayed in the text fields and then change any text field value as i want. But i'm having an issue here. When i pressed the submit button, nothing changed instead of giving me a new row filled with null in H2 Console. Here i already put my .bos file so you can check and figure out what went wrong in my project. I'm using bonita 7.92 version. Make sure run the table TEST Update 1.0.proc to see and test the edit data and see the error. Im looking forward the solution of this.

Custom Query Doesn't Support "Update"

Hi, Is it true that BDM custom query only support "SELECT" queries? i have checked and read this documentation "https://documentation.bonitasoft.com/bonita/7.9/define-and-deploy-the-bdm" it is said that "To create a custom query, use the query tab of the Expression editor to write a query script. You can use one of the default queries as an example. A custom query can be on multiple attributes.

How to update a Live process from portal?

1- Delete the existing and installing the new one?
In this scenario, already running cases data is also removed.

2- Should I use versioning? and disable the process from the portal and not to delete the old one?

I already have done with the first approach and now my cases are in between the process... what can I do?

Urgent, please!!

Update the field of bdm object while task remain to the current actor

Hi,

I want to update one of the fields of my business object without submitting the task.
Actually, I want to add notes of my current task without submitting it.

Is there any method to do that, a POST call to call update query or something else.
I have read in the documentation that only SELECT queries are allowed.

Asad Shakeel

Update BDM - Living Page

To explain a little first, I have designed a Living page where all the cases of a process are shown in a table, and through different sections all the data of the selected case is shown.

After this, the following question arises:
It is possible to update some data of this information that I am showing of the case, this data comes directly from the BDM and I would like to know if it could be updated from a living page?

I would appreciate your help in this.

Regards,

Victor

How to Update a particular row in BDM

Hi
I have a Simple Process where Users can modify their information like first name , Last name and Mobile number.
For this, I have created a Table and Populated the table with users data.
Now in my process , I use a REST API to pull Data from the Table and display in the Form to the user.

Update parameters of a Bonita task

Hi
We are trying to change the parameters of a Bonita task using Put method in a REST API. We are using url API/bpm/task/ + taskID
For example, for state, we passed the json: "{"state":"completed"}" and we got the following error: StatusCode: 500, ReasonPhrase: 'Internal Server Error'
Can you help, please?

Notifications