yinancx opened a new pull request #3508: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3508
> ## What is the purpose of the pull request > * Added a selector to new node setting form, user can set execution delay time when creating new node; > * Added a new state `DELAY_EXECUTION` to tasks. In zh-cn, it calls `延迟执行`, and in en-us, it calls `Delay execution`; > * Now users can see the new state in the statistics of index page and task list; > * Fix the typo of `taskCtatusCount` to `taskStatusCount`; > ## Related issues > * [Feature][Server] Allow tasks to be delayed[#3426](https://github.com/apache/incubator-dolphinscheduler/issues/3426#issue-674696165) ## Brief change log * `dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/config.js` Add `DELAY_EXECUTION` to taskState. Specify color and icon; * `dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue` Add delay execution selector to node setting form and specify data field `delayTime` to it; * `dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js` and `dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js` Add locale words about delay execution; * `dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue` Fix the typo of `taskCtatusCount` to `taskStatusCount`. ---------------------------------------------------------------- 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]
