ruanwenjun commented on code in PR #16327:
URL: 
https://github.com/apache/dolphinscheduler/pull/16327#discussion_r1729051151


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/executor/workflow/WorkflowInstanceControlRequest.java:
##########
@@ -15,19 +15,22 @@
  * limitations under the License.
  */
 
-package org.apache.dolphinscheduler.api.executor.workflow.instance.stop;
+package org.apache.dolphinscheduler.api.executor.workflow;
 
-import org.apache.dolphinscheduler.api.executor.ExecuteRequest;
 import org.apache.dolphinscheduler.dao.entity.ProcessInstance;
+import org.apache.dolphinscheduler.dao.entity.User;
 
 import lombok.AllArgsConstructor;
+import lombok.Builder;
 import lombok.Data;
-import lombok.NonNull;
 
 @Data
+@Builder
 @AllArgsConstructor
-public class StopRequest implements ExecuteRequest {
+public class WorkflowInstanceControlRequest {

Review Comment:
   This class is never used, I deleted this class. We use 
`xxWorkflowInstanceOperation` to replace the `xxRequest`
   



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