repositorypackage
0.0.0-20240829030751-1141f231cee5
Repository: https://github.com/it512/loong.git
Documentation: pkg.go.dev
# README
loong
__
/ / _ _ _ _
/ /_,'o|,'o| / \/7,'o|
/___/|_,'|_,'/_n_/ |_,'
_// (2024)
流程引擎
已经完成的功能
Activity
- service task
- user task
- start event
- end event
- link event (chrow and catch)
- message intermediate throw event
- exclusive gateway
- sequence flow(defalut and condition)
- boundary event(Error event only)
距离v0.0.1 还需解决的问题
- 并行网关还存在问题,目前暂不能正常工作(暂时搁置,优先考虑项目需求)
- 包容网关没有实现
- 常用的任务处理模式,例如转派等考虑实现