公有云流程助手待办处理后不变已办问题
金蝶云社区-jianhua_mo_1
jianhua_mo_1
0人赞赏了该文章 1,104次浏览 未经作者许可,禁止转载编辑于2018年07月19日 09:13:19

1、eas还需要访问:
http://do.kdweibo.cn/openapi/third/v1/newtodo/open/action.json
http://im.kdweibo.com
http://mcloud.kingdee.com
2、eas/server/properties/wf_events.xml 的 里面需要包含以下节点


3、如果还不行,请更新附件部署包里面的jar包

4、
查询分析器执行下:
if not exists (select * from KSQL_USERTABLES where KSQL_TABNAME ='t_assign_xtmsg')
create table t_assign_xtmsg (
msgid varchar(44) not null,
fassignid varchar(44) null,
fuserid varchar(44) null,
procinstid varchar(44) null,
fstate varchar(44) null
);

另:1、 旧的待办通知只能下拉一件忽略处理,这个只能用于新的待办通知
2、eas服务器时间要跟北京时间一致(具体到分钟)