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