Cohort generation status 'ERROR' never returned
@chrisknoll is already working on this.
Since Apr 18, 2023.
- Dominant language
- Java
- Stars
- 151
- Forks
- 183
- Avg merge
- 14m
- Merged PRs (30d)
- 2
Description
Upon failure of the cohort generation, one would expect the status 'ERROR' returned from the /cohortdefinition/{cohortId}/info endpoint. This is a valid generation status, but it seems like this is never actually returned.
Instead, upon failure, the endpoint returns the status 'COMPLETE' with isValid = false. In the Atlas UI this is interpreted as failed or canceled.
Is it by design that a failed generation is considered complete? (which is technically true).
Adding a 'SUCCESS' status would make the distinction easier to understand.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.