OpenFn / OpenFn/lightning

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

Open
#1,350 1 comment 0 reactions 1 assignee View on GitHub

@taylordowns2000 is already working on this.

Since Nov 10, 2023.

Dominant language
Elixir
Stars
296
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
50

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.