未验证 提交 4362fb84 编写于 作者: W Wenjun Ruan 提交者: GitHub

If the task processor is not found need to throw error rather than exception (#11461)

上级 05589606
......@@ -82,7 +82,7 @@ public class TaskStateEventHandler implements StateEventHandler {
}
return true;
}
throw new StateEventHandleException(
throw new StateEventHandleError(
"Task state event handle error, due to the task is not in activeTaskProcessorMaps");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册