<%@page import="com.blueland.bpm.engine.core.model.ProcessDefinitionModel"%> <%@page import="com.blueland.bpm.engine.config.model.ProcessInfoConfig"%> <%@page import="com.blueland.bpm.common.page.*"%> <%@page import="com.blueland.bpm.common.util.*"%> <%@page import="com.blueland.bpm.manage.util.*"%> <%@page import="java.util.*"%> <%@ page contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib tagdir="/WEB-INF/tags/simpletable" prefix="simpletable"%> <%@ include file="/commons/taglibs.jsp"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ include file="/commons/meta.jsp"%> 流程配置 <%@ include file="/commons/messages.jsp"%>
"/>
<%--流程配置--%>
<%----%> <%----%>
流程定义KEY 版本号 流程定义名称 创建时间 状态 是否可见 操作
${fn:split(item.processDefId,":")[0]}  ${fn:split(item.processDefId,":")[1]}  ${item.processDefName}  已发布 修订中 未发布 可见 不可见