backstage-plugins
backstage-plugins copied to clipboard
[Bug]: Re-run functionality doesn't take updated input set
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.
#30 This should solve this issue as we are planning to replicate Harness UI for taking inputs