go-workflow:go版本极简工作流引擎

上传者: 42116805 | 上传时间: 2021-06-22 11:18:56 | 文件大小: 96KB | 文件类型: ZIP
Go-Workflow go-workflow 是一个超轻量级的工作流引擎,基本架构同Activiti工作流有些相似,但是它更精简,更轻量,它是一个工作流微服务,具体案例详见:example.md 前端流程生成工具: 一、特点: 1.它是一个工作流微服务 2.将所有的无关流程的数据,包括用户、用户组等信息从服务中解耦出去,go-workflow只纪录流程的流转 3.使用json数组替代bpmn来生成流程定义,简化流程定义的生成 二、go-workflow框架 1.go-workflow 数据库设计 1.1 流程定义表 表 procdef 用于保存流程的配置, 主要字段有: name: 流程定义的名称,如:"请假流程" version: 流程定义的版本 resource: 保存流程定义的具体配置,它是一个json格式的字符串 company: 保存该流程创建人所在公司 1.2 流程实

文件下载

资源详情

[{"title":"( 46 个子文件 96KB ) go-workflow:go版本极简工作流引擎","children":[{"title":"go-workflow-master","children":[{"title":".dockerignore <span style='color:#111;'> 39B </span>","children":null,"spread":false},{"title":"ProcessConfig流程定义配置详解.md <span style='color:#111;'> 5.25KB </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"workflow-router","children":[{"title":"router.go <span style='color:#111;'> 6.53KB </span>","children":null,"spread":false}],"spread":true},{"title":"workflow-controller","children":[{"title":"taskController.go <span style='color:#111;'> 4.97KB </span>","children":null,"spread":false},{"title":"identitylinkController.go <span style='color:#111;'> 861B </span>","children":null,"spread":false},{"title":"IdentitylinkHistoryController.go <span style='color:#111;'> 867B </span>","children":null,"spread":false},{"title":"ProcHistoryController.go <span style='color:#111;'> 3.45KB </span>","children":null,"spread":false},{"title":"procdefController.go <span style='color:#111;'> 2.99KB </span>","children":null,"spread":false},{"title":"processController.go <span style='color:#111;'> 6.68KB </span>","children":null,"spread":false},{"title":"index.go <span style='color:#111;'> 651B </span>","children":null,"spread":false}],"spread":true},{"title":"images","children":[{"title":"go.jpg <span style='color:#111;'> 32.18KB </span>","children":null,"spread":false},{"title":"processConfig.png <span style='color:#111;'> 21.61KB </span>","children":null,"spread":false}],"spread":true},{"title":"Dockerfile <span style='color:#111;'> 98B </span>","children":null,"spread":false},{"title":"processConfig.json <span style='color:#111;'> 7.63KB </span>","children":null,"spread":false},{"title":"k8s.yaml <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false},{"title":"workflow-engine","children":[{"title":"service","children":[{"title":"redisService.go <span style='color:#111;'> 956B </span>","children":null,"spread":false},{"title":"procInstHistoryService.go <span style='color:#111;'> 2.38KB </span>","children":null,"spread":false},{"title":"identitylinkService.go <span style='color:#111;'> 3.82KB </span>","children":null,"spread":false},{"title":"executionService.go <span style='color:#111;'> 2.31KB </span>","children":null,"spread":false},{"title":"procdefService.go <span style='color:#111;'> 5.10KB </span>","children":null,"spread":false},{"title":"cronJobService.go <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"IdentitylinkHistoryService.go <span style='color:#111;'> 467B </span>","children":null,"spread":false},{"title":"taskService.go <span style='color:#111;'> 12.96KB </span>","children":null,"spread":false},{"title":"procInstService.go <span style='color:#111;'> 10.30KB </span>","children":null,"spread":false}],"spread":true},{"title":"model","children":[{"title":"ProcdefHistory.go <span style='color:#111;'> 257B </span>","children":null,"spread":false},{"title":"ExecutionHistory.go <span style='color:#111;'> 446B </span>","children":null,"spread":false},{"title":"ProcInstHistory.go <span style='color:#111;'> 4.17KB </span>","children":null,"spread":false},{"title":"database.go <span style='color:#111;'> 2.89KB </span>","children":null,"spread":false},{"title":"ACT_HI_PROCINST.go <span style='color:#111;'> 6.35KB </span>","children":null,"spread":false},{"title":"ACT_RU_EXECUTION.go <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"IdentitylinkHistory.go <span style='color:#111;'> 822B </span>","children":null,"spread":false},{"title":"redis.go <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"TaskHistory.go <span style='color:#111;'> 438B </span>","children":null,"spread":false},{"title":"redis_test.go <span style='color:#111;'> 319B </span>","children":null,"spread":false},{"title":"ACT_RU_IDENTITYLINK.go <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false},{"title":"ACT_RE_PROCDEF.go <span style='color:#111;'> 2.57KB </span>","children":null,"spread":false},{"title":"ACT_RU_TASK.go <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false}],"spread":false},{"title":"flow","children":[{"title":"node_test.go <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"node.go <span style='color:#111;'> 13.83KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"config.json <span style='color:#111;'> 615B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 4.66KB </span>","children":null,"spread":false},{"title":"processConfig2.json <span style='color:#111;'> 3.37KB </span>","children":null,"spread":false},{"title":"EXAMPLE.md <span style='color:#111;'> 7.06KB </span>","children":null,"spread":false},{"title":"workflow-config","children":[{"title":"config.go <span style='color:#111;'> 1.85KB </span>","children":null,"spread":false}],"spread":false},{"title":".gitignore <span style='color:#111;'> 108B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明