You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/12/18 05:42:37 UTC

[GitHub] [incubator-dolphinscheduler] chengshiwen commented on a change in pull request #4160: [Feature][ui] Resume from force success

chengshiwen commented on a change in pull request #4160:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4160#discussion_r545585301



##########
File path: dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/_source/list.vue
##########
@@ -422,6 +448,18 @@
           })
         }
       },
+      /**
+       * Resume from forced success
+       * @param RESUME_FROM_FORCED_SUCCESS
+       */
+      _resumeFromForcedSuccess (item, index) {
+        this._countDownFn({
+          id: item.id,
+          executeType: 'RESUME_FROM_FORCED_SUCCESS',

Review comment:
       There is no execution type called `RESUME_FROM_FORCED_SUCCESS` in `dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/ExecuteType.java`, so it seems that submitting this execution type here will cause some problem.




----------------------------------------------------------------
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:
users@infra.apache.org