All Projects → ecnice → flow

ecnice / flow

Licence: Apache-2.0 license
企业级流程中心(基于flowable和bpmn.js封装的流程引擎,采用Springboot,Mybatis-plus, Ehcache, Shiro 等框架技术,前端采用Vue3&Antd,Vben)

Programming Languages

HTML
75241 projects
Vue
7211 projects
typescript
32286 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to flow

bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (-29.01%)
Mutual labels:  bpmn, activiti
activiti-cloud-application
Activiti Cloud Application example and acceptance test suite.
Stars: ✭ 16 (-96.71%)
Mutual labels:  bpmn, activiti
activiti-cloud
Activiti Cloud libraries and Spring Boot starters.
Stars: ✭ 51 (-89.51%)
Mutual labels:  bpmn, activiti
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
Stars: ✭ 8,227 (+1592.8%)
Mutual labels:  bpmn, activiti
activiti-examples
Alfresco Process Services powered by Activiti Examples.
Stars: ✭ 58 (-88.07%)
Mutual labels:  bpmn, activiti
Kft Activiti Demo
Demo for workflow framework and BPM platform -- Activiti
Stars: ✭ 1,548 (+218.52%)
Mutual labels:  bpmn, activiti
Viewflow
Reusable workflow library for Django
Stars: ✭ 2,136 (+339.51%)
Mutual labels:  bpmn
activiti-examples
This repository contains Activiti 7.x Examples
Stars: ✭ 367 (-24.49%)
Mutual labels:  activiti
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (-68.52%)
Mutual labels:  bpmn
Orienteer
Business Application Platform
Stars: ✭ 128 (-73.66%)
Mutual labels:  bpmn
camunda-bpm-migration
Fluent Java API for Camunda Platform 7 process instance migration
Stars: ✭ 18 (-96.3%)
Mutual labels:  bpmn
NutzFw
Java开源企业级快速开发框架、后台管理系统,拥有完善的权限控制、代码生成器、自定义表单、动态数据库、灵活的工作流、手机APP客户端、支持前后端分离开发。
Stars: ✭ 130 (-73.25%)
Mutual labels:  flowable
Workflow
基于Activiti5 定制化中国式工作流系统,定制化的流程设计器,添加自定义属性。
Stars: ✭ 226 (-53.5%)
Mutual labels:  bpmn
Bpe
💠 BPE: Business Process Engine
Stars: ✭ 178 (-63.37%)
Mutual labels:  bpmn
bpmn-spec
A tool to run tests for BPMN processes on Zeebe
Stars: ✭ 28 (-94.24%)
Mutual labels:  bpmn
Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+391.77%)
Mutual labels:  bpmn
camunda-kafka-polling-client
Stream your process history to Kafka
Stars: ✭ 28 (-94.24%)
Mutual labels:  bpmn
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+345.47%)
Mutual labels:  bpmn
Bpmn Moddle
Read and write BPMN 2.0 XML from JavaScript.
Stars: ✭ 221 (-54.53%)
Mutual labels:  bpmn
Imixs Workflow
The open source technology for business process management
Stars: ✭ 218 (-55.14%)
Mutual labels:  bpmn

预览

流程后台

avatar avatar avatar avatar avatar

门户前台

avatar avatar avatar avatar avatar avatar

后台安装

1、安装数据库 新建一个数据库flow 导入数据库脚本:docs/sql/flow.sql

2、配置数据源 修改flow-admin模块下的resources配置文件application-local.properties

spring.datasource.druid.url=jdbc:mysql://localhost:3306/flow?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
spring.datasource.druid.username=xxxx
spring.datasource.druid.password=xxx

3、启动应用程序 flow-admin模块下的com.dragon.flow.main.FlowAdminApplication

直接运行即可

4、访问路径 http://localhost:8988/index.html 账号密码:

普通管理员:10101/888888 超级管理员:10100/888888

5、项目结构

avatar

6、开放接口 http://localhost:8988/swagger-ui/index.html

前台安装

1、配置数据源 修改flow-front-rest模块下的resources配置文件application-local.properties

spring.datasource.druid.url=jdbc:mysql://localhost:3306/flow?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
spring.datasource.druid.username=xxxx
spring.datasource.druid.password=xxx

2、启动应用程序 flow-front-rest模块下的com.dragon.flow.main.FlowFrontApplication

3、访问路径 http://localhost:8990

4、登录账号密码

账号:10000到10100 密码统一:888888

Docker 启动

https://gblfy.blog.csdn.net/article/details/117636550 镜像的密码是flow

联系作者

欢迎bug反馈,需求建议,技术交流等
QQ扫码入群(群号:633168411):
avatar

捐赠

如果您认为该项目对您有所帮助,则可以帮助作者购买一杯咖啡,以表示支持!
avatar

协议

  • 遵循 MIT 协议
  • 请自由地享受和参与开源
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].