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
When an input set is updated for a particular pipeline for eg they add a run time variable,On re-run it should throw an error (as the previous execution won't have that input).On Harness it is handled on the UI
For eg (testvariable is the updated input)
Actual behaviour
So currently on re-run on updated input set ,it will pass null for runtime variables which is not ideal.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
When an input set is updated for a particular pipeline for eg they add a run time variable,On re-run it should throw an error (as the previous execution won't have that input).On Harness it is handled on the UI
For eg (testvariable is the updated input)
Actual behaviour
So currently on re-run on updated input set ,it will pass null for runtime variables which is not ideal.
The text was updated successfully, but these errors were encountered: