#PUT

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?

[HTTP-POST] How to send data to the BDM using (Web-)REST-API?

Hello there dear Bonita-Community

My question regarding the implementation is whether it is possible to update a form, without explicitly fill out
the particular form. As described in the documentation, it is possible to access the Business Process
Model (bpm) and the Business Data Model (bdm) with the (Web-)REST-API. But i don't get how to update the specifically defined "attributes" in the bdm.

Is this possible?

Notifications