You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: we had a problem recently where a project imported for v1 had its first edge (the trigger-job edge) was disabled. This meant that run had no steps and looked super weird in Lightning.
We should be able to:
warn when the trigger step edge is disabled (because this should never happen)
warn when the trigger edge condition returns false
In both cases the run will look pretty strange in Lightning. I think we should be able to add logging to make it a bit clearer.
Difficulty: if there's no step, is Lightning able to show the logs?
The text was updated successfully, but these errors were encountered:
Idea: we had a problem recently where a project imported for v1 had its first edge (the trigger-job edge) was disabled. This meant that run had no steps and looked super weird in Lightning.
We should be able to:
In both cases the run will look pretty strange in Lightning. I think we should be able to add logging to make it a bit clearer.
Difficulty: if there's no step, is Lightning able to show the logs?
The text was updated successfully, but these errors were encountered: