1 Star 1 Fork 35

AloneX / FoxBPM

forked from kenshinnet / FoxBPM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

#简介

FoxBPM(6.0版本开始fixflow改名为FoxBPM)是一款开源的基于BPMN2.0标准的工作流引擎,引擎底层直接支持BPMN2.0国际标准, 吸纳了 jBPM3 、 Activiti5、BonitaBPM 等国际开源流程引擎的精髓, 同时提供了强大的中国式流程流转处理,引擎采用微内核+插件形式设计,提供灵活的扩展模式, 建模采用基于BPMN2.0标准的Eclipse设计器,不仅仅为审批流程提供了解决方案, 同时还为复杂业务流程编排提供了强大的支持。

FoxBPM本身并不具备完整的开发平台功能,它的定位是专门用于集成到现有系统的引擎。

#其他Git仓库 国内访问速度比较慢的朋友可以考虑从国内的Git仓库拉取代码:

开源中国社区-中国:(http://git.oschina.net/kenshinnet/FoxBPM)

GitHub-美国:(https://github.com/FoxBPM/FoxBPM)

csdn_code -中国:(https://code.csdn.net/kenShinNet/foxbpm)

#为什么选择FoxBPM? • 开源以及强大的社区支持

• 基于国际业务流程标准BPMN2.0

• 支持复杂式的中国流程流转处理

• 强大的基于BPMN2.0建模的Eclipse插件设计器

• 强大灵活的扩展模式

• 基于图形化设计的外部系统调用连接器

• 专门用于集成的BPM产品

• 支持Groovy等多种动态脚本引擎

#资源打包下载 包含数据库脚本、jar包、用户向导、设计器插件、war包、内核源码,全部源码。

#流程设计器 (国内最强大的BPMN设计器) 设计器提供两种版本,完整Eclipse版本、单一插件版本。

#资源介绍

开发者交流社区QQ群: 434527452

用户向导: http://foxbpm.github.io/FoxBPM/userguide.html

用户向导下载: http://pan.baidu.com/s/1bnniqB1

常见问题整理(FAQ):(http://yang-ch.iteye.com/blog/2171370)

#分支介绍

  • develop 最新开发版
  • master 最新稳定版
  • release-* 发布分支为准备新的产品版本发布做支持
  • hotfix-* 当产品版本的重大bug需要立即解决的时候,我们从对应版本的标签创建出一个热补丁分支。
  • feature-* 特性分支是用来为下一发布版本开发新特性

#项目介绍

  • foxbpm-kernel:Foxbpm流程微内核项目
  • foxbpm-engine:Foxbpm流程引擎项目
  • foxbpm-bpmn-model:Foxbpm的模型定义
  • foxbpm-bpmn-converter:Foxbpm的bpmn的转换器项目
  • foxbpm-plugin:Foxbpm的官方扩展插件包项目
  • foxbpm-rest:Foxbpm Rest项目
  • foxbpm-root:Foxbpm 根项目
  • foxbpm-webapps-common:Foxbpm web根项目
  • foxbpm-webapps-portal:Foxbpm流程门户

#如何选择?

  • FoxBPM提供两种方式的集成:

  • 1.完整集成版本,提供任务处理中心、流程管控中心、引擎内核、扩展项目、Junit测试库

  • 2.核心集成版本,只提供引擎内核、扩展项目、Junit测试库

  • 第一种适合不想在自己开发任务处理和管控中心的用户,用户可以将Fixflow的web和自己的web集成到一起。

  • 第二种适合对界面需要大量订制的用户,通过流程提供的Api自己开发任务处理、管控界面。

  • 注意:FoxBPM自带的任务处理中心,在应用到实际项目中之前需要对其进行集成开发来使用用户各自系统的要求。

#Eclipse设计器界面 Eclipse设计器界面

#如何提交bug或者问题 在FoxBPM项目上点击Issues->New Issue提交bug,在标签栏选择bug、优先级、状态(未解决)三个标签,然后提交。我们会根据bug内容反馈相关信息给您。 系统截图

#新的版本

6.0.0(2014-12)

引擎端

1.全新设计的引擎架构,增加了引擎事件体系。

2.模型转换层去除了emf的依赖,采用dom4j转换流程文件及配置文件。

3.采用了mybatis作为持久化层。

4.增加了spring的支持。

5.采用的dataSource的数据库配置方式。

6.新增rest服务项目,提供默认的rest服务。

7.优化一些影响性能的代码,如groovy的转换等。

8.采用bootstrap+springMvc重新开发演示示例。

9.暂时没有提供管控中心和web设计器。

设计器端

1.修改创建连接器的方式,直接右键菜单创建。

2.采用rest服务方式同步资源和发布流程,使运行时的资源和设计时资源实时同步。

3.完善引擎的代码提示。

4.全新的任务分配界面,使用封装的选择器代替原来纯代码输入。

5.全新的任务命令参数配置,使用户更加直观的配置参数。

6.将流程启动人权限配置移动到流程定义属性上。

#历史的脚印

5.2.1 hotfix(2014-4)

1.修复了性能问题

5.2.0(2014-3)

1.引入Maven方式构建,重新调整项目结构。

2.调整配置文件位置,流程系统文件位置可自由配置。

3.重构了异常体系,引入异常国际化支持,更加合理的异常管理。

4.重新设计了日志体系引入slf4j,流程的流转过程通过日志框架输出。

5.修复5.2里程碑中的Issues

5.1.0(2014-1)

Web流程设计器(预览版)

  1. 新增流程资源管理器

  2. 新增web流程编辑器,支持流程加载、保存、发布,暂不支持连接器

Eclipse设计器新增功能

  1. 设计器插件新增支持支持kepler版本的eclipse.插件将支持主流的 Indigo (3.7) Juno (4.2)kepler(4.3).

  2. 新的表达式编写方式,支持手写表达式不需要弹出编辑框.

  3. 流程创建模板功能,选中一个节点创建模板,可以在任何流程中来使用创建的模板.

  4. 全新连接器,支持更多控件模型,兼容老连接器可以继续使用.

流程引擎新增功能

  1. 引擎支持子流程终止退回主流程指定节点.

  2. 新增全局操作表单、全局浏览表单.

  3. 数据库语句外置,开发人员可自行修改.

  4. 新增执行Rule配置。

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

开源的BPM、流程引擎项目 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/alonexjb/FoxBPM.git
git@gitee.com:alonexjb/FoxBPM.git
alonexjb
FoxBPM
FoxBPM
master

搜索帮助