-
Notifications
You must be signed in to change notification settings - Fork 10
Activiti
mythos edited this page Jul 21, 2018
·
4 revisions
目录 start
目录 end |2018-07-08| 码云 | CSDN | OSChina
Activiti实战
activiti示例
作者:书籍的源码
activiti实战源码这本书的每个章节的实战源码
Activiti权威指南
-
springboot-activiti
整合activiti的Springboot示例 -
spring-boot-activiti
跑起来的小案例
案例视频
bpmn是最原始的单纯的流程定义文件,与Springboot整合就是bpmn20.xml文件(区别在于动态注入)
bpmn文件2.0结点是definitions节点,这个元素中可以定义多个流程定义(建议每个文件只包含一个流程定义,可简化维护难度).
definitions元素最少也要包含xmlns和targetNamespace的声明,targetNamespace可以是任意值,它用来对流程实例进行分类
最简单的示例 FirstDemo.bpmn20.xml
所有表都以ACT开头
ACT_RE开头
ACT_RU开头
ACT_HI开头
ACT_ID开头
ACT_GE开头
activiti.cfg.xml 含数据库配置,默认的JDBC是默认Mybatis连接池
- Introduction
- ApiAndDoc
- Platform
- Process
- Repository
- SUMMARY
- Website
- 【 Article 】
- 【 Blog 】
- 【 Database 】
- 【 FrontEnd 】
- 【 FrontEnd/Frame 】
- 【 FrontEnd/Node 】
- Hexo
- JavaScript
- LearnPS
- ResponseCode
- ViewSolution
- 【 Functional 】
- 【 Go 】
- 【 Java 】
- 【 Java/AdvancedLearning 】
- 【 Java/Framework 】
- 【 Java/MSA 】
- 【 Java/Spring 】
- 【 Java/TemplateEngine 】
- 【 Java/Tool 】
- AlibabaJavaStandard
- EE
- JavaSE
- Log
- MIS
- RESTful
- ZenOfPattern
- 【 Linux 】
- 【 Linux/Alpine 】
- 【 Linux/Arch 】
- 【 Linux/Base 】
- 【 Linux/Centos 】
- 【 Linux/Container 】
- 【 Linux/Debian 】
- 【 Linux/Tool 】
- 【 Linux/Vcs 】
- JavaDevInit
- 【 MyBlog 】
- 【 MyBlog/Problem 】
- 2018-3-15-install-deepin
- why-put-netty-in-tomcat
- 【 Python 】
- 【 Reactive 】
- 【 Script 】
- 【 Skills 】
- 【 Skills/CS 】
- 【 Skills/Document 】
- 【 Skills/Ecology 】
- 【 Skills/FrameWork 】
- 【 Skills/Soft 】
- 【 Skills/Spider 】
- 【 Skills/Test 】
- 【 Skills/Work 】
- AppManual
- CelebrityQuotes
- CodingThinking
- Problem
- RegularExpression
- SoftwareDesignEngineer
- 【 Windows 】
