filenet 流程解锁时的问题 [Err=d56d000c] Work queue record not locked

来源:互联网 发布:大数据的就业前景 编辑:程序博客网 时间:2024/03/29 20:25

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.