当前位置:网站首页>20 flowable container (event sub process, things, sub process, pool and pool)
20 flowable container (event sub process, things, sub process, pool and pool)
2022-06-13 05:35:00 【dream21st】
BPMN2.0 The container in is composed of event subprocesses 、 thing 、 Sub process 、 The swimming pool and the swimming pool are composed of five parts . The event subprocess can be used in conjunction with the error start event. See (4.1.4.1 Start the event ErrorStartEvent); Things can be used in conjunction with canceling the end task. See (4.1.6.3 Cancel the end event CancelEndEvent); Subprocesses are also involved in the above example. See (4.1.6.1 Error end event ErrorEndEvent). Swimlanes and pools do not offer new features , Their main role is when a process involves multiple departments and organizations , It can be distinguished on the flow chart , This is more intuitive and clear .
1 Let's make a flow chart
Flow chart details XML The contents are as follows :
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmn
边栏推荐
- Unity游戏优化(第2版)学习记录7
- Browser screenshot method (long screenshot, node screenshot, designated area screenshot)
- 890. Find and Replace Pattern
- Automatic database backup (using Navicat)
- System file interface open
- Django uploads local binaries to the database filefield field
- Compilation croisée helloworld avec cmake
- Recursion and recursion
- 10 signalstartevent and signalcatchingevent of flowable signal events
- About anonymous inner classes
猜你喜欢
Django uploads local binaries to the database filefield field
Web site learning and sorting
Case - random numbers without repetition (HashSet and TreeSet)
Hainan University Postgraduate Entrance Examination electronic information (085400) landing experience
[China & some provinces and cities] JSON file for offline map visualization
10 signalstartevent and signalcatchingevent of flowable signal events
Information collection for network security (2)
Time display of the 12th Blue Bridge Cup
Install harbor (online offline)
How to Algorithm Evaluation Methods
随机推荐
Introduction to R language 4--- R language process control
C calls the API and parses the returned JSON string
Input a number and output each digit from high to low
Sort (internal sort) + external sort
Search DFS and BFS
Windbos run command set
Hump naming and underlining
About anonymous inner classes
Binary search and binary answer
10 signalstartevent and signalcatchingevent of flowable signal events
metaRTC4.0稳定版发布
Modification and analysis of libcoap source code by Hongmeng device discovery module
Solution to prompt "permission is required to perform this operation" (file cannot be deleted) when win10 deletes a file
行情绘图课程大纲1-基础知识
Create a harbor image library from the command line
Luogu p1036 number selection
2021-9-19
Mysql database backup and restore:
A fast week
Unity游戏优化[第二版]学习记录6