If the task processor is not found need to throw error rather than exception (#11461)
This commit is contained in:
parent
05589606a2
commit
4362fb8448
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue