Can I use only the engine and the monitor ?

1
0
-1

Hi all. I am new here. We have screens with very complex Business Logic that you can not do in simple web forms. Can I use my own front end UI and call the BPM engine via REST api to show when a human task is done like with Activiti BPM? Is there also a graphical monitor that shows where the process is. In Activity I can get the image of where the process is via REST api. I like the look and feel of Bonita more than Activiti but need to know if those features are there.

Thanks a lot.

1 answer

1
0
-1

Hi,

Bonita provide REST API that you can use in your own front end to build custom user interface if Bonita UI Designer does not fit your needs.

A graphical monitor for processes execution is available in Bonita Enterprise Edition. In Community Edition you can use API to get the process definition information but you will have to find a solution to build yourself the image based on those information. You also have an "overview form" that can give some visibility about the process execution (the default one can be customized if needed).

Notifications