26 lines
738 B
Plaintext
26 lines
738 B
Plaintext
<%@ page contentType="text/html;charset=UTF-8"%>
|
|
<%@page import="com.blueland.bpm.engine.core.model.ProcessInputModel"%>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
|
<%@ include file="/commons/taglibs.jsp"%>
|
|
<%@ include file="/commons/meta.jsp" %>
|
|
|
|
<script>
|
|
function traceProcess(){
|
|
showDiaLog('${ctx}/workflow/trace/traceProcess.do?processInstanceId=${task.procInstId }',
|
|
'流程监控','1000px','100%');
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
<div id="header">
|
|
<!--
|
|
<button class="btn btn-sm btn-primary" type="button" id="TRACE_BTN" onclick="traceProcess();">
|
|
日志
|
|
</button> -->
|
|
<button class="btn btn-sm btn-primary" type="button" onclick="javascript:art.dialog.close();">
|
|
关闭
|
|
</button>
|
|
<br/>
|
|
</div>
|