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.

本文提供了FileNet流程中工作项解锁的方法。通过fetchLockStatus()方法检查锁定状态,使用doLock进行锁定操作。保存和解锁时使用doSave(True),保留锁定状态并修改值时使用doSave(False)。

被折叠的 条评论
为什么被折叠?



