Chapter1.Overview
1.1.Modeling
jBPM currently allows users to create and modify business processes using graphical flow charts.
1.2.Deployment
Guvnor can be used as a knowledge repository, for storing your processes, domain model, business rules, etc. Guvnor provides a web-based management console for inspecting, modifying and testing your knowledge. The Oryx Designer is integrated with the Guvnor console. Guvnor also supports collaboration between different users, scenario testing, packaging, etc。
1.3.Execution
1.3.1.Process engine
运行时核心的组件是轻量级的
-
Flow objects
-
Events
- Start Event (None, Conditional, Signal, Message, Timer)
- End Event (None, Terminate, Error, Escalation, Signal, Message, Compensation)
- Intermediate Catch Event (Signal, Timer, Conditional, Message)
- Intermediate Throw Event (None, Signal, Escalation, Message, Compensation)
- Non-interrupting Boundary Event (Escalation, Timer)
- Interrupting Boundary Event (Escalation, Error, Timer, Compensation)
-
Activities
- Script Task (Java or MVEL expression language)
- Task
- Service Task
- User Task
- Business Rule Task
- Manual Task
- Send Task
- Receive Task
- Reusable Sub-Process (Call Activity)
- Embedded Sub-Process
- Ad-Hoc Sub-Process
- Data-Object
-
Gateways
-
Diverging
- Exclusive (Java, MVEL or XPath expression language)
- Inclusive (Java, MVEL or XPath expression language)
- Parallel
- Event-Based
-
Converging
- Exclusive
- Parallel
-
Diverging
- Lanes
-
Events
-
Data
- Java type language
- Process properties
- Embedded Sub-Process properties
- Activity properties
-
Connecting objects
- Sequence flow
1.3.2.Human task service
在工作流的整个开发中,有一些任务是需要和human actors交互的,比如说:
1.4.Monitoring
在jBPM中可以使用 监视