minyk opened a new pull request, #13958: URL: https://github.com/apache/dolphinscheduler/pull/13958
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request <!--(For example: This pull request adds checkstyle plugin).--> This PR closes #13951 ## Brief change log <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> 1. During make a recovery command, Add `StartParams` of `processInstance.getCommandParam()` to command parameters 2. When constructProcessInstance from command, `setGlobalParamIfCommanded()` called if command type is `CommandType.RECOVER_TOLERANCE_FAULT_PROCESS` These are almost same actions of `CommandType.REPEAT_RUNNING` ## Verify this pull request This change added tests and can be verified as follows: - Added a test to ProcessServiceTest for verify the change. -- 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]
