syncwt
syncwt
did you solve problem? same issue
+1 with version 3.1.3
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.