Actions
Task #2725
closedIdea #2352: Pipeline instance state is represented with a state machine instead of "active" and "success" flags
2352-use-state branch is ready for review
Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Target version:
Description
Tom,
Please review the "second" phase, where the arv-run-pipeline-instance is updated to handle RunningOnClient and Paused states.
A couple questions:
1. In pipeline_instance.rb: how about I merge the code from the "verify_status" method into "update_success"? I can call this method as "update_success_and_verify_status". Concern being, I am not sure if it is guaranteed that update_success method is executed "before" the verify_status method and if there is a situation where this becomes an issue otherwise.
2. components_summary: # 1. Do we want to call "done" as "succeeded"? # 2. How to determine "running"?
Updated by Tom Clegg almost 11 years ago
- Assigned To changed from Tom Clegg to Radhika Chippada
Updated by Radhika Chippada almost 11 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) set to 0.0
Actions