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
Bug Description
If we change a default param in the UI, it's not updated for the already scheduled runs, even it's also visible in the schedules -> parameters dialog.
This can lead easily to wrongly configured flows which can damage a production environment.
Steps To Reproduce
Setup a simple flow with a parameter.
Setup the schedule -> you will see the yellow bars for the planned runs.
if you look there at the "run -> params" you will see there the default param
Change the value of the parameters in "settings -> parameters -> default parameters -> set params"
Checkup configuration in the scheduled runs. It still contains the old params.
If you replan the schedule they will be updated.
Browsers Tested:
Chrome
Firefox
Safari
Edge
IE
Notes Open a scheduled run
List params
Change default value for the full flow
In the "settings -> schedule-dialog" it displays the correct paramater value
(you need a reload of the page)*
If we open the scheduled run again, it is still the old parameter value
The text was updated successfully, but these errors were encountered:
Thanks for the ticket @MrJack91 - as parameters are set at run creation (i.e. when a run is scheduled) this is part of the 1.0 design. You are correcting that toggling the schedule on and then off correctly resets parameters as it creates new runs. An update to the design could help make this more clear and such an issue is one that factors into planning for 2.0
Bug Description
If we change a default param in the UI, it's not updated for the already scheduled runs, even it's also visible in the schedules -> parameters dialog.
This can lead easily to wrongly configured flows which can damage a production environment.
Steps To Reproduce
Browsers Tested:
Notes
Open a scheduled run
List params
Change default value for the full flow
In the "settings -> schedule-dialog" it displays the correct paramater value
If we open the scheduled run again, it is still the old parameter value
The text was updated successfully, but these errors were encountered: