niaid / image_portal_workflows

Workflows related to project previously referred to as "Hedwig"
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

always include ALL primary files paths found in input dir #415

Closed philipmac closed 8 months ago

philipmac commented 8 months ago

Currently if an input file fails to convert it's not listed in the callback. We should include every input file, even if it fails to convert / run properly. Ideally we include a reason why it fails. This will have to be a new field in the callback.

annshress commented 8 months ago

Should it be discussed with the Backend API who calls the prefect's api?

annshress commented 8 months ago

Currently, this behavior is only "expected" with brt runs. Other workflows have the tendency of simply failing/succeeding in a pending state.

annshress commented 8 months ago

Added in #423 and #424