Details
-
Bug
-
Status: Done
-
Blocker
-
Resolution: Done
-
None
-
None
Description
Some users like having a single progress report for a workflow run.
It should record/show at least:
- When did each processor start iterating and finish iteration (optionally show each iteration)
- Which errors (and their stack trace) occurred where/when
- How many iterations pr processor
- How many retries pr processor
- How many loops pr processor
- Show this recursively for nested workflows
Optional extras that could come later are service-provided data and provenance, such as SOAP messages in/out from a WSDL service.
Solution
- Create some kind of progress report structure
- Should be able to create report from provenance alone (so also for previous runs)
- Create GUI for showing progress structure - similar to XML tree viewer?
- Store progress report to file - as XML or RDF