OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
129 stars 35 forks source link

Adjust history filters to allow sub-selection of error_type under "state" #1350

Open taylordowns2000 opened 11 months ago

taylordowns2000 commented 11 months ago

Users may want to show workorders with a particular last attempt error_type. Right now they only can filter on state, but the different between a TimeoutError and a SecurityError is very important and if they select the Killed state they should be able to further filter on attempt.error_type.

This is complicated because workorder has state but not error_type. Should we introduce it? Or should we extend the query with a join to filter on attempt.error_type? Probably the former, not the latter.

canny[bot] commented 4 months ago

This issue has been linked to a Canny post: History: search/filter for failed Runs linked to a successful Work Order :tada: