chempin opened a new issue, #13637: URL: https://github.com/apache/dolphinscheduler/issues/13637
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened - when process instance running with command CommandType.RECOVER_SERIAL_WAIT, and process instance GlobalParams will lost it value like this [{"prop":"paramName","direct":"IN","type":"VARCHAR","value":""}] ### What you expected to happen do not lost it value. ### How to reproduce 1、 create a new porcess with "serial wait" policy. 2、start 2 process instance, and make the second process instance in "serial wait" state,check the second process instance GlobalParams 3、wait for he second process instance running with command CommandType.RECOVER_SERIAL_WAIT, and check the second process instance GlobalParams again ,it changed and lost it value ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
