mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix policy delegation task starting issue
This commit is contained in:
parent
dd03a073b2
commit
0673792bcc
@ -154,6 +154,10 @@ public class PolicyAdministratorPointImpl implements PolicyAdministratorPoint {
|
|||||||
//Check whether the TaskType is already registered. If not we'll register it here.
|
//Check whether the TaskType is already registered. If not we'll register it here.
|
||||||
if (!registeredTaskTypes.contains(PolicyManagementConstants.DELEGATION_TASK_TYPE)) {
|
if (!registeredTaskTypes.contains(PolicyManagementConstants.DELEGATION_TASK_TYPE)) {
|
||||||
taskService.registerTaskType(PolicyManagementConstants.DELEGATION_TASK_TYPE);
|
taskService.registerTaskType(PolicyManagementConstants.DELEGATION_TASK_TYPE);
|
||||||
|
// Delete init task if exists
|
||||||
|
if (taskManager.isTaskScheduled(taskName)) {
|
||||||
|
taskManager.deleteTask(taskName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TaskInfo registeredTaskInfo = null;
|
TaskInfo registeredTaskInfo = null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user