We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the runtime validates an invalid step, it'll log an error using the step id
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
The text was updated successfully, but these errors were encountered: