cancel
Showing results for 
Search instead for 
Did you mean: 

Reporting tool in Activiti

nhhao1996
Confirmed Champ
Confirmed Champ

Hello everyone!

I'm researching about reporting tool in activiti. When my process end, I query some data in Activiti's database and show my result with json format (also have an api link to request).

I want to ask you if there are some reporting tool that use my api link as input and use my json data to generate into a chart. Any opinion? 

Thank for your attention!

3 REPLIES 3

pault
Star Contributor
Star Contributor

I came across this which is for an older version, but I think still the basis for the example reports you can see in Explorer. As it mentions, you can also use other reporting products such as Jasper Reports.

Reporting capabilities in Activiti 5.12 | Small steps with big feet 

yeah I know, I've read that article, but it's generate chart from Activiti Explorer, which is not too good. I queried in Activiti database and made it into a Json link, I want to use a tool that generate my Json link into a chart.

pault
Star Contributor
Star Contributor

The last time I reviewed open source reporting options ended up using Jasper Reports, pretty sure it can take a JSON data source.