Re-run action with parameters doesn't work properly
See https://github.com/StackStorm/st2/issues/4018
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.
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.
Fixed in master, to be released in 2.8
@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.