How to measure the elapsed time for executing a workflow in activiti-app?

cancel
Showing results for 
Search instead for 
Did you mean: 
ntj
Member II

How to measure the elapsed time for executing a workflow in activiti-app?

Hello all,

I need to measure the execution time for a workflow from beginning to end. In other words, I would like to start a timer at the beginning of a workflow and stop it at the end, to see how much time is elapsed for running the full workflow.

I know it's possible by coding, I was wondering if this is possible to do when using the Alfresco activity-app GUI (Process Services). 

The existing timer events, are designed for triggering a task for the workflow at a specific/predefined time, which I believe won't do the elapsed time measurements.

Thanks in advance

1 Reply
gdharley
Intermediate

Re: How to measure the elapsed time for executing a workflow in activiti-app?

These events are already automatically captured and saved to both the Activiti History tables as well as the elasticsearch store (if using enterprise edition).

All you need to do is query either of these stores.

Greg