simpleflow icon indicating copy to clipboard operation
simpleflow copied to clipboard

Add a module to provide statistics about workflows

Open ggreg opened this issue 11 years ago • 0 comments

This module should provide facilities to read the history of a workflow execution and return:

  • The time spent in each activity or child workflow.
  • The activites that failed.
  • The number and types of failures.

It should also provides statistics on several workflow executions such as the top N of slowest task (slowest being a function of time such as the mean or median).

ggreg avatar Nov 10 '14 10:11 ggreg