Process Event Logs Database

Hi,

how can I store process event data in a database (id instance, process-name, name_performer, name_activity, state, time_start, time_end)?
I need those data for process analysis.
thank you.

Data related to process execution are store by Bonita Engine in the database schema associated with the Engine.

All those data are available through API. From an external application you usually want to use REST API (more precisely the BPM REST API)), inside Bonita (or using the Bonita Engine Java client library) you probably want to use the Java API (more precisely the ProcessAPI)

any response, please ?

I need any suggestion please,

Hi
i have the same question!
did you find the answer…?

thanks sir Antoine for your answer,

Currently I develop my processes under bonita, whereon I will need to analyze the execution logs of these processes.

thanks again