Extract business data from BonitaSoft Event log

1
0
-1

How I can extract business data from BonitaSoft Event log?

2 answers

1
0
-1
This one is the BEST answer!

Can you clarify what did you mean by "BonitaSoft Event log"? Maybe provide an example.

Business data managed using Business Data Model (BDM) feature of Bonita are stored in a dedicated database. They are available using the reference you might include in your process definition using "data" -> "business variable" or also using REST API either by going through a reference from a process instance or by using the bpm-api.

Comments

Submitted by maouachria on Fri, 05/10/2019 - 17:09
  • I means by BonitaSoft Event log, information or data whereby i can retrieve my business process (II want to apply process mining techniques).
  • Currently, I develop my processes under bonita, whereon I will need to analyze the execution logs of these processes.
  • yes, I try to create Business Data Model (BDM) with Xml schema. ( https://community.bonitasoft.com/node/31850#node-31854 ).

thanks again

Submitted by antoine.mottier on Mon, 05/13/2019 - 18:10

Ok, so information related to process execution performed by Bonita are available using either the BPM REST API or using the Bonita Java client library using the ProcessAPI class.

I would suggest to use the REST API and start by reading the introduction in the documentation: https://documentation.bonitasoft.com/bonita/7.8/rest-api-overview

Submitted by maouachria on Mon, 05/13/2019 - 18:21

thanks a lot sir;
I also saw your video: Bonita's REST API (https://www.youtube.com/watch?v=DUgyEhIc3zQ). your videos are very clear and very useful for a beginner.

there is a lot of work to do before reaching this stage.

Submitted by Christ_Bryan on Wed, 12/28/2022 - 11:59

Hey maouachria,

Hope you are doing good.

Have you finally succeeded in retrieving the event logs for your process mining?

Submitted by Christ_Bryan on Wed, 12/28/2022 - 12:11

I would like to extract the event logs to carry out process mining and i would like to know the tips you used to extract the logs please.

1
0
-1

Sir Antoine

Following your tutorial on API Rest using Bonita and Postman, I downloaded Postman and created my solution on Bonita. Now I also did the same test as you for authentication but Postman is not returning anything but not reporting any error.

Here is what it gives me: 204 no content. The server successfully processed the request but return any content. What should I do to make it return content please?

Notifications