yinancx opened a new pull request #3861:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3861


   ## What is the purpose of the pull request
   * Add a force success button at task list page for specified tasks.
   * Users can force fail/kill/need_fault_tolerance task success by clicking 
the button.
   * Add a new task state, FORCED_SUCCESS, for zh-cn, it calls `强制成功过`.
   * Added input verification for new timeout settings.
   
   ## Related issues
   * [Feature][*] Force Task Success #3575 
   
   ## Brief change log
   
   * `dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/config.js` and 
`dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/instanceConditions/common.js`
 Add a new task state, FORCED_SUCCESS;
   * 
`dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/_source/list.vue`
 Add a button and handlers for force success operation;
   * `dolphinscheduler-ui/src/js/conf/home/store/dag/actions.js` API calling 
operation for force success
   * `dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js` and 
`dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js` Add related locale 
words;


----------------------------------------------------------------
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]


Reply via email to