|
管理员大大,我在流程路由中获取拟稿人群组名称,
使用this.org.listGroupWithPerson(this.workContext.getWork().creatorPersonDn);可以获取到拟稿人作为个人成员添加到的群组名称,但是获取不到拟稿人作为身份成员添加到的群组名称。
本来想尝试用this.org.listGroupWithIdentity(this.workContext.getWork().creatorIdentityDn);这个方法来获取拟稿人作为身份成员添加到的群组名称,但是使用后日志报错,显示this.org.listGroupWithIdentity is not a function in <eval> at line number 2。
这个listGroupWithIdentity方法已经不能使用了吗?
|
|