Rules callback to unassign a translation task.
function tmgmt_local_rules_task_unassign(TMGMTLocalTask $task) { $task ->unassign(); $task ->save(); }