<%@ page contentType="text/html;charset=UTF-8"%> <%@page import="com.blueland.bpm.engine.config.model.*" %> <%@ include file="/commons/taglibs.jsp"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ include file="/commons/meta.jsp"%> 流程环节规则表新增
当前环节* ${activityRule.sourceActName}
规则名称*
规则脚本* 验证脚本

环节跳转规则通过groovy脚本定义流程转向,开发人员通过控制脚本返回一个布尔值,返回值为true时流程将流向目标环节。
规则描述: