摘要: 一、 创建流程规则,如下图二、发布流程 1 /** 2 * 2、发布一个流程 3 */ 4 @Test 5 public void testDeployProcess() { 6 RepositoryService repositoryServi... 阅读全文
posted @ 2015-12-01 17:41 小个子猫 阅读(3615) 评论(0) 推荐(0) 编辑
摘要: 一、 变量的使用1、创建流程引擎对象private ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();2、启动流程 1 /** 2 * 2、启动流程 3 */ 4 @Test 5 ... 阅读全文
posted @ 2015-12-01 16:30 小个子猫 阅读(5780) 评论(0) 推荐(0) 编辑
摘要: 一、创建流程引擎对象private ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();二、发布一个流程 1 /** 2 * 2、发布一个流程 会在三张表中产生数据 3 * ... 阅读全文
posted @ 2015-12-01 13:54 小个子猫 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: 1、创建流程引擎对象 private ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();2、启动流程流程启动后会更新以下二张表:act_ru_execution和act_ru_task各产生一条记录1 // ... 阅读全文
posted @ 2015-12-01 13:54 小个子猫 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: 常用API解析:一、ProcessEngineConfiguration 流程引擎配置对象(配置数据库连接4个大配置和建表策略)二、ProcessEngine 流程引擎核心对象(服务大管家)三、RepositoryService 仓库服务。管理规则相关的信息。四、RuntimeService 运行... 阅读全文
posted @ 2015-12-01 13:54 小个子猫 阅读(2481) 评论(0) 推荐(0) 编辑
摘要: 一、下载JDK下载URL:Tomcat下载URL:http://tomcat.apache.org/Eclipse下载URL:http://www.oracle.com/technetwork/java/javase/downloads/index.htmlMySql下载URL:http://dev... 阅读全文
posted @ 2015-12-01 13:39 小个子猫 阅读(1992) 评论(0) 推荐(0) 编辑
摘要: 一、 Maven的POM配置文件 1 2 4.0.0 3 com.mcs 4 ativiti01 5 0.0.1-SNAPSHOT 6 war 7 8 activiti 9 http://maven.apache.org ... 阅读全文
posted @ 2015-12-01 13:24 小个子猫 阅读(748) 评论(0) 推荐(0) 编辑