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 ...