<%@ page contentType="text/html;charset=UTF-8"%> <%@page import="com.blueland.bpm.engine.core.model.*,org.activiti.engine.task.Comment,org.apache.commons.lang3.StringUtils,com.blueland.bpm.common.util.DateUtil,java.util.*"%> <%@ include file="/commons/taglibs.jsp"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> <%@ include file="/commons/meta.jsp"%> 删除流程流转
<% List processComments = (List) request.getAttribute("processComments"); %> 删除环节
环节实例ID 流程标题 执行人 当前环节 发送人 发送时间 处理时间
')"> ${item.actInstId} ${item.procTitle}  ${item.receiverUserName}  ${item.actDefName}  ${item.sendUserName}


修改环节,基于上表选中的环节实例ID的执行数据修改指定环节的发送数据
指定环节实例ID 发送环节 发送人 发送时间