st2web icon indicating copy to clipboard operation
st2web copied to clipboard

Re-run action with parameters doesn't work properly

Open lakshmi-kannan opened this issue 7 years ago • 4 comments

See https://github.com/StackStorm/st2/issues/4018

lakshmi-kannan avatar Apr 10 '18 14:04 lakshmi-kannan

Duplicate of #421

The issue is:

After you change one of the parameter and rerun the action, it still runs with the old parameter.

This is something that we've seen before for months.

arm4b avatar Apr 10 '18 17:04 arm4b

Still present in 2.8dev - try running an action, e.g. core.local cmd=id. Then re-run the action, but change id to ls. It re-runs the action with cmd=id.

LindsayHill avatar Jun 18 '18 23:06 LindsayHill

Fixed in master, to be released in 2.8

LindsayHill avatar Jun 29 '18 00:06 LindsayHill

@LindsayHill I'm on v3.1.0 but this issue is somewhat still there. When I'm passing a optional parameter as None, and rerun action from history, it automatically picks value from previous run.

manisha-tanwar avatar Apr 17 '20 12:04 manisha-tanwar