We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If something go wrong at validation when posting to ..analyses/{id}/run/ then a bad request response is raised (correct behaviour)
..analyses/{id}/run/
However, the analysis status is also set to RUN_ERROR which is not correct
RUN_ERROR
OasisPlatform/src/server/oasisapi/analyses/models.py
Lines 486 to 489 in c10f5cd
The text was updated successfully, but these errors were encountered:
sambles
Successfully merging a pull request may close this issue.
Issue Description
If something go wrong at validation when posting to
..analyses/{id}/run/
then a bad request response is raised (correct behaviour)However, the analysis status is also set to
RUN_ERROR
which is not correctOasisPlatform/src/server/oasisapi/analyses/models.py
Lines 486 to 489 in c10f5cd
The text was updated successfully, but these errors were encountered: