simpleflow
simpleflow copied to clipboard
Add a module to provide statistics about workflows
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).