How to update BDM object programatically

1
0
-1

I want to update a BDM object programmatically.

In my new BonitaSoft project, I use REST API extensions to drive the process. Front-end will be developed later using Ionic and Angular.

Any one know how to do this?

1 answer

1
+1
-1
This one is the BEST answer!

Hi,

The BDM objects have to be updated through a process. With the Bonita platform, you're building process-based application, which means that the business logic is implemented using processes.

By making sure that each BDM object is updated by a process, you ensure a consistency in your data management, and you get a easy audit trail on your object updates.

Cheers

Notifications