jbpm开发步骤-流程定义
1、新建一个java工程,然后导入lib下的所有jar,和jbpm.jar
?
2、把以下几个自带的配置文件复制到src下面,因为jbpm此时使用的是内存数据库,因此不需要配置
/jbpmTest/src/jbpm.cfg.xml
/jbpmTest/src/jbpm.hibernate.cfg.xml
/jbpmTest/src/jbpm.mail.properties
/jbpmTest/src/jbpm.mail.templates.xml
/jbpmTest/src/logging.properties
?
3、在src下面建立hello.jdpl.xml文件,创建一个简单的流程定义
?
4、建立一个测试类,代码如下:
?
repositoryService.deleteDeploymentCascade(deploymentId);?
?
?
?
?
?
?
?