Open agstephens opened 2 years ago
Proposed text...
When analysing workflows, the duration of each stage is calculated from:
duration = timestamp_of_this_stage - timestamp_of_previous_stage
To ensure you capture the duration of the last stage you should always log a final event at the end of the task.
Explain in the docs/readme.