filenet 流程解锁时的问题
For this before locking the workitem you can check the lock status by
fetchLockStatus() method and then do doLock.
for saving and unlocking use doSave(True)
otherwise doSave(False) for retaining lock status and modifying values.
Hope this solves your problem.