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 feature
2LikeIYOPRO
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 feature
7LikeWorkflowGen
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 feature
1LikeWorkflow 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 feature
2LikeJoget 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") ...
随机推荐
- [daily] ssh通过私钥导出公钥
在使用key方式登录ssh服务的时候,我们知道ssh key是使用公钥ssh-keygen工具生成的. 有时候,我们只保存了私钥,但是并没有保存公钥.这个时候,可以使用如下方法, 从私钥中将公钥导 ...
- /sys 和 /dev 区别
参考:What's the “/sys” directory for? Directory - /sys in linux 前言 各种Linux发行版下面似乎都有/sys目录,tree查看下面内容,会 ...
- A Beginner’s Guide to Webpack 4 and Module Bundling
原文: https://www.sitepoint.com/beginners-guide-webpack-module-bundling/ ----------------------------- ...
- 配置logback日志管理的时候
在使用logback时候,需要引入 thymeleaf的配置 thymeleaf: suffix: .html check-template-location: true encoding: UTF- ...
- test20190504 行走
行走(walk.cpp/c/pas) 题目描述 "我有个愿望,我希望走到你身边." 这是个奇异的世界,世界上的 n-1 条路联结起来形成一棵树,每条路有一个对应的权值 ci. 现在 ...
- django后台管理
后台管理 1) 本地化 语言和时区的本地化. 修改settings.py文件. # LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'zh-hans' # TIME_ ...
- 有关 Java (jackson包问题 ,MappingJacksonHttpMessageConverter 和 MappingJackson2HttpMessageConverter问题)
今天这一系列问题吃掉我四个小时,所以现在吸收掉. 一. 整理所有错误信息: 1.错误信息:java.lang.NoClassDefFoundError: Could not initialize cl ...
- Kafka消息丢失
1.Kafka消息丢失的情况: (1)auto.commit.enable=true,消费端自动提交offersets设置为true,当消费者拉到消息之后,还没有处理完 commit interval ...
- HDFS节点及原理
HDFS节点角色: (1)namenode:1.用来存储HDFS的元数据信息,这里的元数据信息指的是文件系统的命名空间.启动时,将这些信息加载到namenode内存. 2.元数据信息也会在磁盘上保存成 ...
- 鼠标经过图片会移动(css3过渡,overflow:hidden)
效果图如下: 代码: <body> <div><img src="jd.jpg"></div> </body> img{ ...