SimStatus.Failed is not returned when job fail due to wrong user input

When using the check get_study_status() in this tutorial: Check Study Status | Pollination Docs, failed runs due to wrong user inputs return SimStatus.Completed when it should return SimStatus.failed. I’m using the annual-irradiance-study and enters random wrong strings into the string inputs. I’m also looking into the job.status dictionary when running this and no failed status is returned at any point.

There seems to be an issue in the API when returning the status when a job fails due to wrong inputs as I’m never getting notified about the failed job on my app server.

1 Like

This is most likely because the study never gets created due to the issue for uploading the artifacts. I’ll have a look into this once I get a chance.