Details
-
Bug
-
Status: To Do
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The provenance database should be able to store information about the looping of a service invocation. Information about the looping should be viewable in the list view of the workflow run and in the details about a service iteration.
Relates to T2-1211 - so if you do one retries first, loops should be very similar. (In a way it is a special kind of retry)
Solution:
Modify provenance database to record individual loops, including their inputs and outputs and processing times.
Modify query to always use last outputs and first inputs
Modify query and respons to show all loops (with their individual inputs and outputs)
Modify GUI to show all loops
Testing:
Create test workflows with various loop conditions, both with and without port feedback
Assert lookup query uses LAST loop outputs and FIRST loop inputs, unless inclusion of each loop is included
Assert provenance still works when there is no looping
Attachments
Issue Links
- is related to
-
TAVERNA-488 Provenance should record and show retries
- To Do
- relates to
-
TAVERNA-488 Provenance should record and show retries
- To Do