Hi All,When we edit a file and submit it through a workflow and after the completion of the workflow the the file gets submitted to staging and the file is versioned.After this the lock is released from that file.This i believe is the normal behaviour.But when i went through my workarea some of the files that were submitted and are versioned are still in locked state.Could someone help me in figuring out as to why some of the files are still in locked state even after they have been submitted to the staging area
If you are explicitly locking the file by using the external task , then locks are not released even after the workflow ends(By End task). If you are doing it explicitly then you need to explicitly unlock the files by using "/iwhome/bin/iwunlock" command.