Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime: use step names when reporting validation errors #754

Open
josephjclark opened this issue Sep 4, 2024 · 0 comments
Open

Runtime: use step names when reporting validation errors #754

josephjclark opened this issue Sep 4, 2024 · 0 comments

Comments

@josephjclark
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant