wso2 / carbon-commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ClusteredTaskManager] When a task is resumed the state is not setting correctly

bsenduran opened this issue · comments

When a task is resumed[1], we are calling the TaskUtils.setTaskPaused(...) we should pass false here since the we are resuming the task

[1] https://github.com/wso2/carbon-commons/blob/v4.5.10/components/ntask/org.wso2.carbon.ntask.core/src/main/java/org/wso2/carbon/ntask/core/impl/clustered/ClusteredTaskManager.java#L171