await TaskService.update(this.currentTask._id, {
            status: TASK_STATUS.PERFORMED_DELETE_QUERY,
            elasticTaskId: this.statusMsg.elasticTaskId
        });