OpenFn / OpenFn/kit

Give feedback on whether an edge executed as part of a run

Open
#956 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

DevX
Dominant language
TypeScript
Stars
21
Forks
23
Avg merge
1d 22h
Merged PRs (30d)
17

Description

We need to give some kind of feedback about whether an edge ran or not.

For example, if an edge has a condition, did that condition return true?

If the edge is on-success, did the source step pass?

Lightning needs this information in order to render the correct overlay for a run onto a workflow. It needs to know whether an edge is green, red, or greyed out.

This probably needs to be an event, emitted by the worker on edge resolution (I'm sure this is mentioned in an issue elsewhere?). Lightning needs to track this event and annotate the run result.

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.

Research direction

Start by tracing edge resolution in the worker and how Lightning receives and stores run results; the issue does not name specific files or tests. Define the edge-resolution event and its handling so each edge can be identified as green, red, or greyed out in the workflow run overlay.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.