检查工作流流程是否正常的后台查询sql原创
金蝶云社区-何旭东
何旭东
5人赞赏了该文章 142次浏览 未经作者许可,禁止转载编辑于2023年06月07日 16:12:52
select * from t_wf_hiprocinst where fbillno = 'XQSQ-GX30007-230512-002001';
select fid,fsrcjobid,frootjobid,fcreatedate,fendtime,felementid,foperation,fhandlertype,fstate,fsource,fexceptionmsg from t_wf_jobrecord
where fbusinesskey = '1683488460020740096' and fhandlertype not in ('async-todo','async-taskRuleAnalysis') order by fid;
就比如现在有一个提交之后出现两条工作流的情况:如下图,这里有两个开始事件。
然后根据查询出来的frootjobid,去查系统库的 t_sch_task表,

image.png

赞 5