Undocumented status "finishedrun"
serpulga opened this issue · 2 comments
serpulga commented
From the endpoint /v2/analysis/info
we are getting an unexpected value for the status
attribute:
{"status": "finishedrun", "runs": [ ... ], ... }
This value isn't documented so we are wondering about its meaning.
"The status field is one of submitted, running, finished. ... "
Thank you.
Deleted user commented
Thanks for the bug report. You're indeed seeing an internal status which we will hide in a future version. You can treat it the same as running
.
This status appears between multiple runs. In case an analysis contains 2 runs, the state changes as follows:
- submitted
- running
- finishedrun (we will hide this in the future)
- running
- finished
Deleted user commented
We updated our servers so you should not encounter this status anymore.