i tried following codemy $approvalG1 = TeamSite::WFtask->new("40468");my $status=$approvalG1->SetAttribute("name","ABC");my $status1=$approvalG1->SetAttribute("lock","t");In this code i am able to change the value of lock attribute but not name,though both are at same level and attribute of a same task.[html]only="t" state="done" active="f" owner="amanpreet" unactivatible="f" tryingtolock="f" undoable="f">[/html]Can anybody please tell me why i am not able to change the name of a task.