zhuxt2015 commented on code in PR #11088:
URL: https://github.com/apache/dolphinscheduler/pull/11088#discussion_r929614596


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskInstanceServiceImpl.java:
##########
@@ -193,7 +199,26 @@ public Map<String, Object> forceTaskSuccess(User 
loginUser, long projectCode, In
             putMsg(result, Status.TASK_INSTANCE_STATE_OPERATION_ERROR, 
taskInstanceId, task.getState().toString());
             return result;
         }
-
+        // Workflow enforcement succeeded
+        ProcessInstance processInstance = 
processService.findProcessInstanceDetailById(task.getProcessInstanceId());

Review Comment:
   Nobody wants to read long functions.Write the function shorter, the shorter 
the better.



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

Reply via email to