A workaround solution is
1. create an official array object at function start
2. storing current parameters into this array object
3. this array object will be keep after action:wait.
4. get parameter value from this array object.
5. remember destroy this array object while leave function.
Here is my plugin to wrap these actions into an action.