(cherry picked from commit 4362fb8448)
This commit is contained in:
parent
41a6d09c4f
commit
84876b9f15
|
|
@ -81,8 +81,8 @@ public class TaskStateEventHandler implements StateEventHandler {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
throw new StateEventHandleException(
|
||||
"Task state event handle error, due to the task is not in activeTaskProcessorMaps");
|
||||
throw new StateEventHandleError(
|
||||
"Task state event handle error, due to the task is not in activeTaskProcessorMaps");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue