returntask.addUser(user,{status:'pending'});// Create without transaction, so the old value is accesible from outside the transaction
}).then(function(){
returnthis.task.addUser(this.user,{transaction:this.t,status:'completed'});// Add an already exisiting user in a transaction, updating a value in the join table