getTaskData(payload) {
const reqUrl = ${this.wfmServicesUrl}/rest/MilestoneViewService/getMilestoneTaskData?nfid=${payload.nfid}&projectId=${payload.projectId}&now=${moment().unix()}
;
return Axios({ method: ‘get’, url: reqUrl }).then(result => result.data);
}