<%@page import="com.blueland.bpm.log.model.*" %> <%@page import="com.blueland.bpm.common.page.*" %> <%@page import="com.blueland.bpm.common.util.*"%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ 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" %>

流程重发日志管理

流程实例ID 流程标题 流程发送人 流程操作类型 流程消息内容 重发操作人 重发状态 重发时间 备注 操作
${item.processInstanceId}  ${item.processTitle}  ${item.creator}  ${item.actionType}  ${item.retryMsg}  ${item.prlogOperator}  ${item.prlogStatus}  ${item.prlogCreateTimeString}  ${item.prlogReamrk}  查看    修改