A use case came up last week where a client wanted to look up failed Runs which were related to a successful Work Order. There are some troubleshooting scenarios where even though the Work Order “succeeds”, we still want to find the failed Runs to inspect the logs and review the processing history for a given Work Order. With the current UI, it’s not possible to go back and filter for these failed Runs as soon as the Work Order succeeds.
Love this. I think it’s reflected (at least partially) in Add sub-selection of workflow step to history filters · Issue #1792 · OpenFn/lightning · GitHub and Adjust history filters to allow sub-selection of error_type under "state" · Issue #1350 · OpenFn/lightning · GitHub.
We should be able to sub-select steps in a workflow (when filtering on workflow) to show only runs that include that step, and we should be able to filter on the exit status of steps themselves, not just runs.