转自:https://github.com/meirwah/awesome-workflow-engines

awesome-workflow-engines

A curated list of awesome open source workflow engines

Full fledged product

  • Airflow - Python-based platform for running directed acyclic graphs (DAGs) of tasks
  • Argo - Open source container-native workflow engine for getting work done on Kubernetes
  • Azkaban - Batch workflow job scheduler created at LinkedIn to run Hadoop jobs.
  • Cadence - An orchestration engine to execute asynchronous long-running business logic developed by Uber Engineering.
  • CloudSlang - Workflow engine to automate your DevOps use cases.
  • Conductor - Netflix's Conductor is an orchestration engine that runs in the cloud.
  • DigDag - Digdag is a simple tool that helps you to build, run, schedule, and monitor complex pipelines of tasks.
  • Fission Workflows - A high-perfomant workflow engine for serverless functions on Kubernetes.
  • Flor - A workflow engine written in Ruby.
  • Imixs-Workflow - A powerful human-centric Workflow Engine based on the BPMN 2.0 standard.
  • Kiba - Data processing & ETL framework for Ruby
  • Mistral - Workflow service, in OpenStack foundation.
  • Oozie - Workflow Scheduler for Hadoop.
  • Piper - A distributed Java workflow engine designed to be dead simple.
  • Pinball - scalable workflow manager by Pinterest
  • RunDeck - Job Scheduler and Runbook Automation.
  • Wexflow - A high-performance, extensible, modular and cross-platform workflow engine.
  • Workflow Engine - A lightweight .NET and Java workflow engine.
  • Workflow Core - Workflow Core is a light weight workflow engine targeting .NET Standard.
  • Copper - A high performance Java workflow engine.
  • Zeebe - A workflow engine for microservices orchestration that's capable of executing BPMN models, developed by the team at Camunda

BPM Suite

  • jBPM - The core of jBPM is a light-weight, extensible workflow engine written in pure Java that allows you to execute business processes using the latest BPMN 2.0 specification.
  • Activiti - Activiti is a leading lightweight, java-centric open-source BPMN engine supporting real-world process automation needs.
  • Activiti Cloud is now the new generation of business automation platform offering a set of cloud native building blocks designed to run on distributed infrastructures.
  • Flowable - The Flowable project provides a core set of open source business process engines that are compact and highly efficient. They provide a workflow and Business Process Management (BPM) platform for developers, system admins and business users.

SAAS

  • Bip.io - Web Automation For People And Robots.

Library (embedded usage)

  • Luigi - Python module that helps you build complex pipelines of batch jobs.
  • Camunda - Both a java library and optionally a full fledged product on top of it.
  • Captain - Distributed, light-weight java workflow engine for a microservice architecture.
  • Viewflow - Reusable workflow library that helps organize people collaboration business logic in django applications.
 

awesome-workflow-engines的更多相关文章

  1. BizDevOps — the true value proposition of workflow engines

    转自:https://blog.bernd-ruecker.com/bizdevops-the-true-value-proposition-of-workflow-engines-f342509ba ...

  2. Rule Or WorkFlow

    The main value of a Workflow engine is that it makes it possible to customize the flows through some ...

  3. The Microservices Workflow Automation Cheat Sheet

    Written by Bernd Rücker on Dec 12 2018 in the Best Practices category. Editor’s Note: This post orig ...

  4. Architecture options to run a workflow engine

    This week a customer called and asked (translated into my own words and shortened): “We do composite ...

  5. What is Zeebe?

    转自:https://zeebe.io/what-is-zeebe/ Zeebe is a workflow engine for microservices orchestration. This ...

  6. How to implement long running flows, sagas, business processes or similar

    转自:https://blog.bernd-ruecker.com/how-to-implement-long-running-flows-sagas-business-processes-or-si ...

  7. Benchmarking Zeebe: An Intro to How Zeebe Scales Horizontally and How We Measure It

    Written by Felix Müller and Mike Winters on Jun 12 2018 in the Inside Zeebe category. In the past fe ...

  8. Mac 词典工具推荐:Youdao Alfred Workflow(可同步单词本)

    想必大家都有用过 Mac 下常见的几款词典工具: 特性 系统 Dictionary 欧路词典 Mac 版 有道词典 Mac 版 在线搜索 ✗ ✔ ✔ 屏幕取词 ☆☆☆ ★★☆ ★☆☆ 划词搜索 ★★★ ...

  9. SharePoint 2013 create workflow by SharePoint Designer 2013

    这篇文章主要基于上一篇http://www.cnblogs.com/qindy/p/6242714.html的基础上,create a sample workflow by SharePoint De ...

随机推荐

  1. 怎样在Ubuntu 14.04中安装Java(转)

    想知道如何在Ubuntu 14.04中安装Java?安装Java肯定是安装Ubuntu 14.04后首先要做的几件事情之一(见http://www.linuxidc.com/Linux/2014-04 ...

  2. Java 将图片转成base64,传到前台展示

    后台代码: public String getBase64(SysFile sysFile){ String imgStr = ""; try { File file = new ...

  3. matlab中文本文件与图像转化

    一  将图片转化为txt文本文件 a=imread('picture.bmp');   //读取picture.bmp图片 b=rgb2gray(a);                 //由rgb图 ...

  4. kubernetes 环境搭建(ubuntu16.04)

    通过kubeadm安装kubernetes的教程:1: 首先在每台机器上安装: docker(1.12), kubeadm(1.6), kubectl, kubelet, kubernetes-cni ...

  5. ios遮罩层的简单使用

    /** 大图 */ - (IBAction)bigImg { //1.添加按钮遮罩层 UIButton *cover=[[UIButton alloc] init]; cover.frame=self ...

  6. 开发者用的linux系统推荐

    开发者对操作系统的4个需求 俗话说,吃什么补什么.一个开发者(也可以叫“程序员”)需要具备4个特色:办事利索(性能).相貌平平拒绝杀马特(外观).消化能力优秀(易安装).知识技能储备雄厚(软件多),所 ...

  7. 判断input checkbox选中

    $("#chexk").get(0).checked $("#chexk").is(':checked')

  8. 自动化测试-20.selenium之FireFox下载项配置

    前言: 当我们在使用Selenium运行自动化测试时,偶尔需要用到下载功能,但浏览器的下载可能会弹出下载窗口,或者下载路径不是我们想要保存的位置,所以在通过Selenium启动浏览器时需要做相关的设置 ...

  9. [LeetCode&Python] Problem 258. Add Digits

    Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. ...

  10. ZOJ - 4089 :Little Sub and Isomorphism Sequences (同构 set)

    Little Sub has a sequence . Now he has a problem for you. Two sequences of length and of length are ...