what is the use of Engine API and Rest API??

1
0
-1
1 answer

1
0
-1

Engine API allow to integrate third party applications with Bonita BPM (from external application to Bonita BPM).

For example, an external application can start a new process instance, execute a task, read some process information...

API are available either with:
- a Java client library (bonita-client) that can communicate with the Engine with direct Java call, over HTTP or via EJB
- directly using REST

To integrate Bonita BPM process with external application you will need to use connectors .

Notifications