OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
12 stars 11 forks source link

Runtime: use step names when reporting validation errors #754

Open josephjclark opened 2 months ago

josephjclark commented 2 months ago

When the runtime validates an invalid step, it'll log an error using the step id

R/T {
  "message": "Cannot find job: 37117057-2919-4a37-aa51-5a51afa875fe",
  "name": "ValidationError"
}

But we humans probably don't know what the step id is, especially if it's come from lightning.

We may have to restucture the edges to include name id or something, because at this point I suspect we don't have the step name