欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI
欢迎使用普元文档库
使用wf:processGraph显示流程实例图关键代码:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://eos.primeton.com/tags/workflow" prefix="wf"%>
<html>
<head>
<title></title>
<script language="javascript" src="<%=request.getContextPath()%>/workflow/wfcomponent/web/js/Graphic.js"></script>
</head>
<body>
<wf:processGraph processInstID='<%=request.getParameter("processInstID")%>'></wf:processGraph>
</body>
不断刷新,页面报错:Tenant ID cannot be null
解决办法:调用流程图标签时增加租户id,见红色框内所示: