Results 4 comments of syncwt

did you solve problem? same issue

when process instance's state is 'read to stop',the workflow is always retry on the workflowEventQueue.And the error log print cyclic as list. ```log [ERROR] 2023-05-17 16:28:07.583 +0800 org.apache.dolphinscheduler.server.master.event.WorkflowStartEventHandler:[72] - [WorkflowInstance-0][TaskInstance-0]...

According to #12440, there is a ugly way to solve the problem. Try to update the process's state to 7 (succeed).Then restart the master node.