cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Reporting

ghernando
Champ in-the-making
Champ in-the-making
I saw a recent post about Workflow reporting with no real solution.  I think the Alfresco WF console can't really be called a reporting tool – it seems more useful for debugging.
I'm also interested in generating WF reports.  Is it possible to use a reporting tool compatible with jBPM for running those reports?
Is anyone doing anything like that and can provide some additional information?

Thanks!
3 REPLIES 3

brian_robinson
Champ in-the-making
Champ in-the-making
Two options:
1. Use a reporting tool that works against the database.  Examples are JasperReports, BIRT, and Pentaho.
2. Build web scripts to do it.  I started a project like this a while back - it does reporting for single users currently.  Here's the link: http://forge.alfresco.com/projects/workflowmanager/

-Brian

ghernando
Champ in-the-making
Champ in-the-making
Brian,

I'd be interested in seeing the files of that project, but it looks like none were checked in.
Do you still have them?

Thanks

brian_robinson
Champ in-the-making
Champ in-the-making
Not true.  Here's a link to some of the Java files in the project: http://forge.alfresco.com/plugins/scmsvn/viewcvs.php/webscripts/src/main/java/org/alfresco/repo/work....  Perhaps you tried to checkout from SVN, and something went wrong with the checkout?

-Brian