gitofrenlu opened a new pull request #5078:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/5078
[Feature-#3805][server-UI] global params for task of sub_process
The function of global params has three parts,This part is the last one for
task of sub_process.
The subprocess node passes in variables, and the subprocess can receive
params values
About subprocess node: judge whether there is parameter passing when
generating subprocess command. If there is parameter passing, the parameter
will be written into the command table.When master read one command ,master
will check command params .If there are params of fatherParams ,master will set
the params to processInstance globalParams.
<!--*(for example:)*
- *Add maven-checkstyle-plugin to root pom.xml*
-->
## Verify this pull request
<!--*(Please pick either of the following options)*-->
This pull request is code cleanup without any test coverage.
*(or)*
This pull request is already covered by existing tests, such as *(please
describe tests)*.
(or)
This change added tests and can be verified as follows:
<!--*(example:)*
- *Added dolphinscheduler-dao tests for end-to-end.*
- *Added CronUtilsTest to verify the change.*
- *Manually verified the change by testing locally.* -->
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]