Below is the diagram showing the two tables:
To get it to copy the data, I just used the command below:
update tablea inner join tableb ON tablea.Task_id = tableb .Task_id set tablea.status= tableb .status;
update tablea inner join tableb ON tablea.Task_id = tableb .Task_id set tablea.status= tableb .status;