cancel
Showing results for 
Search instead for 
Did you mean: 

Customise Auditing in Activiti - Similar to Identity

kethur
Champ in-the-making
Champ in-the-making
Hi All,

In my system there is already an auditing functionality present which is using our application database schema and there is already an API to store the auditing information in to the database. 

My requirement is when a task is completed in the workflow, i would like to audit various things using my API.  Is there a pluggable or extendability from Activiti?  This is some what similar to Identity (user access controls) customisation. 

Could you please help me with this?

Thanks,
Raj
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Check the TaskListener interfaces and documentation.

You can also add them transparantly to a process by using a BPMNParseListener (see the code how that's done for example for the HistoryParseListener).