Alternatives to Activiti for all platforms with any license

Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at...
Bonita BPM
Bonita BPM is a BPM-based application platform that is designed to help users build highly engaging, personalized business applications that can be continuously updated...
Free Open Source Mac Windows Linux
21LikeProcessMaker
ProcessMaker is a cost effective and easy to use open source business process management (BPM) or workflow software application.
Freemium Web Android iPhone Android Tablet iPad
11LikeImixs-Workflow
Imixs Workflow is a BPM Framework with the goal to reduce the complexity of business applications. Based on the BPMN 2.0 standard you can change your business logic...
Free Open Source Mac Windows Linux Android iPhone ...
8LikeCamunda Modeler
Camunda Modeler is a desktop application for editing BPMN process diagrams and DMN decision tables. It is very easy to use, which means that business analysts can use it...
Free Open Source Windows
No features added Add a feature2LikeIYOPRO
IYOPRO, Improve your Processes, is a professional online BPM and workflow system that utilizes the BPMN 2.0 standard. Run it in less than one minute - without...
Freemium Mac Windows Linux Web
No features added Add a feature7LikeWorkflowGen
WorkflowGen is an easy-to-use process design and automation solution that lets you quickly optimize and implement business processes while providing powerful...
Commercial Mac Windows Web Android iPhone ...
2LikeBizagi
BizAgi BPM Suite supports the business process life cycle through modeling, execution, management and continuous improvement of process with the minimum amount of...
Commercial Windows Linux Web
4LikeDWKit
DWKit is a .NET open source BPM system made with simplicity and flexibility in mind. DWKit allows you to model, automate and execute mission-critical business processes...
Commercial $ $ $ Open Source Mac Windows Linux
2LikeSYDLE Seed
SYDLE SEED is a 100% web BPMS (Business Process Management System) designed for those who believe that having intelligent processes is a key factor for success of the...
Freemium Mac Windows Linux Web Android ...
27LikeOutSystems Platform
OutSystems offers Platform as a Service solution to deliver flexible mobile and web applications, fully tailored to your company's business requirements. The...
Commercial Windows Linux Web
21LikejBPM
jBPM is a flexible Business Process Management (BPM) Suite. It makes the bridge between business analysts and developers. Traditional BPM engines have a focus that is...
Free Open Source Mac Windows Linux
1LikeIterop
Imagine a company with simplified processes, efficient exchanges between colleagues and a real-time activity monitoring.
Commercial Web
No features added Add a feature1LikeWorkflow Engine .NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as...
Commercial Mac Windows Linux .NET Framework
1LikeOmniFlow iBPM Suite
OmniFlow Intelligent Business Process Management (iBPM) suite strategically orchestrates advanced technological tools to model, deploy and manage mission-critical...
Commercial Windows
0LikeWorkflow Engine
Workflow Engine is a lightweight all-in-one component that enables you to add custom executable workflows of any complexity to any .NET or Java software, be it your own...
Free Personal Mac Windows Linux
1LikeWebRatio BPM Platform
WebRatio BPM is dedicated to business process analysts wanting to edit BPMN diagrams and rapidly get a prototype of their BPM application.
Freemium Mac Windows Linux
No features added Add a feature2LikeJoget Workflow
Joget Workflow is an open source web-based workflow software to develop workflow and Business Process Management applications.
Free Open Source Windows Linux
3LikeCadence Workflow
Cadence Workflow Engine was developed at Uber and open sourced under MIT license.
Free Open Source Mac Windows Linux Self-Hosted Software as a Service (SaaS)
0Like
Alternatives to Activiti for all platforms with any license的更多相关文章
- 打包发布Python模块或程序,安装包
Python模块.扩展和应用程序可以按以下几种形式进行打包和发布: python setup.py获取帮助的方式 python setup.py --help python setup.py --he ...
- CorelDRAW和Illustrator比较, 9 CorelDRAW Graphics Alternatives
至于要不要学Illustrator,完全凭个人意愿.如果你精通Coreldraw,学不学都一样.因为二者几乎可以完全替代. CDR:是一个纯图形设计软件.排版比其他二个软件好用. 一般来讲CDR更适合 ...
- The Top 50 Proprietary Programs that Drive You Crazy — and Their Open Source Alternatives
The Top 50 Proprietary Programs that Drive You Crazy — and Their Open Source Alternatives 01 / 22 / ...
- 流程开发Activiti 与SpringMVC整合实例
流程(Activiti) 流程是完成一系列有序动作的概述.每一个节点动作的结果将对后面的具体操作步骤产生影响.信息化系统中流程的功能完全等同于纸上办公的层级审批,尤其在oa系统中各类电子流提现较为明显 ...
- activiti工作流的web流程设计器整合视频教程 SSM和独立部署
本视频为activiti工作流的web流程设计器整合视频教程 整合Acitiviti在线流程设计器(Activiti-Modeler 5.21.0 官方流程设计器) 本视频共讲了两种整合方式 1. 流 ...
- activiti工作流的web流程设计器整合视频教程 SSM 和 独立部署
本视频为activiti工作流的web流程设计器整合视频教程 整合Acitiviti在线流程设计器(Activiti-Modeler 5.21.0 官方流程设计器) 本视频共讲了两种整合方式 1. 流 ...
- 文档分享-Activiti 5.16 用户手册
今天在翻看工作流相关的网页的时候,在开源中国上http://www.oschina.net/question/915507_149175发现activiti的中文文档:http://www.mossl ...
- 1. Activiti 运行时表信息总结
Activiti的后台是有数据库的支持,所有的表都以ACT_开头. 第二部分是表示表的用途的两个字母标识. 用途也和服务的API对应. ACT_RE_*: 'RE'表示repository. 这个前缀 ...
- scala - multiple overloaded alternatives of method bar define default arguments
同名同位置默认参数不能overload def bar(i:Int,s:String="a"){} def bar(i:String,s:String="b") ...
随机推荐
- 宁波市第二届CTF部分WP之msc1,msc2
msc1签到 这题没啥好说的,修改一下图片宽高,flag到手 msc2 一开始用十六进制编辑器打开,分析文件,暂时无果,卡了一小时(线下没网) 后面,看着这部分文件头眼熟,猜测是GIF头, 于是,在硬 ...
- C++(三十九) — 主函数中增加调试信息
程序调试技术: (1)阅读程序,静态代码复查: (2)“cout大法” (3)使用开发工具,断点 int main() { TShape s(lu, lu); cout << __ ...
- 使用BERT模型生成token级向量
本文默认读者有一定的Transformer基础,如果没有,请先稍作学习Transormer以及BERT. 相信网上有很多方法可以生成BERT向量,最有代表性的一个就是bert as service,用 ...
- mq引入以后的缺点
系统可用性降低? 一旦mq不能使用以后,系统A不能发送消息到mq,系统BCD无法从mq中获取到消息.整个系统就崩溃了. 如何解决: 系统复杂程度增加? 加入mq以后,mq引入来的问题很多,然后导致系统 ...
- js计算两个时间差
时间格式 time:'2018-04-26 15:49:00'需要转换为time:'2018/04/26 15:49:00' 使用time.replace(/\-/g, "/") ...
- test20190805 夏令营NOIP训练20
100+0+0=100,由于第二题写挂rank 1就没了 山 xyz现在站在一个斜坡面前 这个斜坡上依次排布这n座山峰,xyz打算爬上其中的一座 因为xyz体力不好,所以他只能爬上最矮的一座山 又因为 ...
- Eclipse中安装Spring IDE
====>在线安装 1.寻找Spring IDE插件更新地址:http://marketplace.eclipse.org/content/spring-ide 2.复制对应Eclipse版本的 ...
- Nginx页面图片错误 ERR_CONTENT_LENGTH_MISMATCH
现场:nginx代理的网站有的虚拟目录的图片无法正常显示,提示 ERR_CONTENT_LENGTH_MISMATCH,不断刷新页面图片一条一条的显示出来. 解决方法:找到nginx的缓存文件目录,c ...
- 如何更好的使用js?
JavaScript 可以说是交互之王,它作为脚本语言加上许多 Web Api 进一步扩展了它的特性集,更加丰富界面交互的可操作性.这类 API 的例子包括WebGL API.Canvas API.D ...
- Deepgreen & Greenplum DBA小白普及课之三
Deepgreen & Greenplum DBA小白普及课之三(备份问题解答) 不积跬步无以至千里,要想成为一名合格的数据库管理员,首先应该具备扎实的基础知识及问题处理能力.本文参考Pivo ...