You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the swagger docs for a running cromwell server there is a route api/workflows/v1/{workflow_id}/metadata/failed-jobs, but it's not in the Cromwell docs https://cromwell.readthedocs.io/en/stable/api/RESTAPI/ - and that route returns data in the swagger docs interactive thing, BUT NOT when you do the same http request ANYWHERE else. Super not frustrating :flip-table:
The text was updated successfully, but these errors were encountered:
Yes, it's entirely possible that cromwellFailures was developed before V45 Cromwell. However, I am 95% sure that the shiny app populates failed jobs. ok I just tested it in the shiny app and it does return results!! You should fail more. @sitapriyamoorthi and I have lots of failures to give you.
@sckott -- The failures metadata seems to come through fine for me in both the "Job Failures" table in the Shiny app and via cromwell_failures in rcromwell (see screenshots below). As an example, try submitting this modified version of the HelloDocker WDL: helloDockerHostname.txt
It just tries to remove a nonexistent file within its main task which will cause it to error out and fail. Can you try this again?
@vortexing Perhaps at one time failures worked but the function doesn't return anything anymore.
Even using the old version of the function before I arrived doesn't change anything.
The function pulls out
calls
https://github.com/getwilds/rcromwell/blob/main/R/cromwellFailures.R#L37 - but the data on failures appears to be in the slotfailures
instead.But because I still don't have a good array of examples it's possible I'm missing cases where failures are returned in the
calls
slot?Possibly this change from the changelog ? https://github.com/broadinstitute/cromwell/blob/develop/CHANGELOG.md#call-caching-failure-messages-5095
If you look at the swagger docs for a running cromwell server there is a route
api/workflows/v1/{workflow_id}/metadata/failed-jobs
, but it's not in the Cromwell docs https://cromwell.readthedocs.io/en/stable/api/RESTAPI/ - and that route returns data in the swagger docs interactive thing, BUT NOT when you do the same http request ANYWHERE else. Super not frustrating :flip-table:The text was updated successfully, but these errors were encountered: