PHP 开源工作流引擎 WorkingFlower V2.0 正式版发布
后台-插件-广告管理-内容页头部广告(手机) |
WorkingFlower 2.0
WorkingFloer 介绍
⭐⭐PHP WorkingFlower是一个基于ThinkPHP 8.0的开源工作流引擎,适用于企业应用中常见的业务流程。它以轻量、简单、灵巧为理念设计,致力于成为简单集成的多环境支持工作流引擎。以下是WorkingFlower引擎流的详细介绍:
轻量级:WorkingFlower具有强大的扩展性。非常适合在资源有限的环境中使用。
简单性:WorkingFlower的表设计简单,流程组件也十分简洁,包括start、end、task、custom、subprocess、decision、fork、join等元素,易于理解和使用。同时,2.0版本基于ThinkPHP 框架 ORM实现。
灵巧性:WorkingFlower暴露了大量的可扩展接口,支持流程设计器、流程引擎的组件模型自定义,如节点自定义、属性自定义、表单自定义等。这意味着用户可以根据自己的需求来扩展和定制流程功能。
数据持久层面支持:1.0版本为jdbc数据库支持有限 2.0版本采用thinkORM实现持久 解决支持多类型数据库,目前支持的数据库有sqlite pgsql oracle、mysql、sqlserver mongo等。
总的来说,WorkingFloer是一个功能强大且易于集成的开源工作流引擎,适用于各种企业应用的业务流程。它以轻量、简单、灵巧为理念,旨在提高工作效率、降低生产成本并提升企业竞争力。
设计器图集
引擎样列数据
{ "name": "main01", "display_name": "主流程含(请款子流程)", "expire_time": "", "instance_url": "leaveForm", "instance_no_class": "", "type": "workingflower:process", "nodes": [ { "id": "189dfefa-6603-46f2-89e4-23ec52eaeb32", "type": "workingflower:wfSubProcess", "x": 340, "y": 420, "properties": { "form": "leaveForm", "color": "#000000", "theme": "#FFFFFF", "width": "182", "height": "48", "stroke": "#1c4573", "version": "1.0", "process_name": "test04", "stroke_width": "2" }, "text": { "x": 340, "y": 420, "value": "子流程-请款" } }, { "id": "1238cc65-5757-484c-b31d-bd039645ceae", "type": "workingflower:start", "x": 180, "y": 180, "properties": [], "text": { "x": 180, "y": 220, "value": "开始" } }, { "id": "3e517bac-d721-49e6-97d6-4e82debc8609", "type": "workingflower:task", "x": 340, "y": 180, "properties": { "color": "#000000", "field": [], "scope": "5", "theme": "#FFFFFF", "width": "120", "height": "40", "stroke": "#000000", "assignee": "", "task_type": "Major", "perform_type": "ANY", "stroke_width": "2", "back_permission": "1" }, "text": { "x": 340, "y": 180, "value": "申请人" } }, { "id": "1fdcfa3b-29d0-4929-b6ae-9905982d75b4", "type": "workingflower:decision", "x": 340, "y": 280, "properties": [] }, { "id": "ac2dbf64-a4cb-40bd-8e5b-59d514edf2d6", "type": "workingflower:task", "x": 560, "y": 280, "properties": { "color": "#000000", "field": [], "scope": "1", "theme": "#FFFFFF", "width": "120", "height": "40", "stroke": "#000000", "assignee": "admin", "task_type": "Major", "perform_type": "ANY", "stroke_width": "2", "back_permission": "1" }, "text": { "x": 560, "y": 280, "value": "经理审批" } }, { "id": "8aa0debf-4213-4aee-a5f8-19dfcc1cf152", "type": "workingflower:end", "x": 760, "y": 280, "properties": [], "text": { "x": 760, "y": 320, "value": "结束节点" } } ], "edges": [ { "id": "b628c46c-544f-4dc0-9881-fbccfa684ce0", "type": "workingflower:transition", "sourceNodeId": "1238cc65-5757-484c-b31d-bd039645ceae", "targetNodeId": "3e517bac-d721-49e6-97d6-4e82debc8609", "startPoint": { "x": 198, "y": 180 }, "endPoint": { "x": 280, "y": 180 }, "properties": [], "pointsList": [ { "x": 198, "y": 180 }, { "x": 280, "y": 180 } ] }, { "id": "868c2422-3120-41bf-99ae-4d400a88210e", "type": "workingflower:transition", "sourceNodeId": "3e517bac-d721-49e6-97d6-4e82debc8609", "targetNodeId": "1fdcfa3b-29d0-4929-b6ae-9905982d75b4", "startPoint": { "x": 340, "y": 200 }, "endPoint": { "x": 340, "y": 255 }, "properties": [], "pointsList": [ { "x": 340, "y": 200 }, { "x": 340, "y": 230 }, { "x": 340, "y": 230 }, { "x": 340, "y": 225 }, { "x": 340, "y": 225 }, { "x": 340, "y": 255 } ] }, { "id": "ec67871c-4efe-4a6b-b714-86a4a06742d4", "type": "workingflower:transition", "sourceNodeId": "1fdcfa3b-29d0-4929-b6ae-9905982d75b4", "targetNodeId": "ac2dbf64-a4cb-40bd-8e5b-59d514edf2d6", "startPoint": { "x": 365, "y": 280 }, "endPoint": { "x": 500, "y": 280 }, "properties": { "expr": "f_day < 1000" }, "text": { "x": 432.5, "y": 280, "value": "小于1000万" }, "pointsList": [ { "x": 365, "y": 280 }, { "x": 500, "y": 280 } ] }, { "id": "f5644192-adfd-45a7-9e82-d708b3d6a94e", "type": "workingflower:transition", "sourceNodeId": "1fdcfa3b-29d0-4929-b6ae-9905982d75b4", "targetNodeId": "189dfefa-6603-46f2-89e4-23ec52eaeb32", "startPoint": { "x": 340, "y": 305 }, "endPoint": { "x": 340, "y": 400 }, "properties": { "expr": "f_day > 1000" }, "text": { "x": 340, "y": 352.5, "value": "大于1000万" }, "pointsList": [ { "x": 340, "y": 305 }, { "x": 340, "y": 400 } ] }, { "id": "4858f4e7-09dd-46d7-8012-17236de45c11", "type": "workingflower:transition", "sourceNodeId": "189dfefa-6603-46f2-89e4-23ec52eaeb32", "targetNodeId": "ac2dbf64-a4cb-40bd-8e5b-59d514edf2d6", "startPoint": { "x": 400, "y": 420 }, "endPoint": { "x": 560, "y": 300 }, "properties": [], "pointsList": [ { "x": 400, "y": 420 }, { "x": 560, "y": 420 }, { "x": 560, "y": 300 } ] }, { "id": "8eb2d863-d5ca-4b7a-be3c-ab72d971f57a", "type": "workingflower:transition", "sourceNodeId": "ac2dbf64-a4cb-40bd-8e5b-59d514edf2d6", "targetNodeId": "8aa0debf-4213-4aee-a5f8-19dfcc1cf152", "startPoint": { "x": 620, "y": 280 }, "endPoint": { "x": 742, "y": 280 }, "properties": [], "pointsList": [ { "x": 620, "y": 280 }, { "x": 742, "y": 280 } ] } ] }- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
安装教程
1.composer create-project topthink/think tp
2.将工作流引擎拷贝至根目录或者扩展库
2.编辑composer.json,在autoload下增加以下内容
- 1
- 2
- 3
3.执行 composer dumpautoload
4.composer require ‘kphoen/rulerz’
⭐交流群
QQ 321796659
使用案例
[后端工程] (http://43.138.153.216:8005/lms_admin/index.html)
[前端工程 vue设计器] (http://43.138.153.216:8003)
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。
在线投稿:投稿 站长QQ:1888636
后台-插件-广告管理-内容页尾部广告(手机) |