All Projects → imixs → Imixs Workflow

imixs / Imixs Workflow

Licence: other
The open source technology for business process management

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Imixs Workflow

Viewflow
Reusable workflow library for Django
Stars: ✭ 2,136 (+879.82%)
Mutual labels:  workflow-engine, bpmn
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-13.76%)
Mutual labels:  workflow-engine, bpmn
micronaut-camunda-bpm
Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
Stars: ✭ 73 (-66.51%)
Mutual labels:  workflow-engine, bpmn
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (-29.82%)
Mutual labels:  workflow-engine, bpmn
Slickflow
.NET 开源工作流, NET Open Source Workflow Engine
Stars: ✭ 559 (+156.42%)
Mutual labels:  workflow-engine, bpmn
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+893.12%)
Mutual labels:  workflow-engine, bpmn
bpxe
Business Process eXecution Engine
Stars: ✭ 36 (-83.49%)
Mutual labels:  workflow-engine, bpmn
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (-89.45%)
Mutual labels:  workflow-engine, bpmn
Pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
Stars: ✭ 348 (+59.63%)
Mutual labels:  workflow-engine, bpmn
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-92.66%)
Mutual labels:  workflow-engine, bpmn
Theflow
Workflow automation library for .NET
Stars: ✭ 72 (-66.97%)
Mutual labels:  workflow-engine, bpmn
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+172.48%)
Mutual labels:  workflow-engine, bpmn
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-55.96%)
Mutual labels:  workflow-engine, bpmn
Cuneiform
Cuneiform distributed programming language
Stars: ✭ 175 (-19.72%)
Mutual labels:  workflow-engine
Flor
a workflow engine
Stars: ✭ 190 (-12.84%)
Mutual labels:  workflow-engine
Temporal
Temporal service
Stars: ✭ 3,212 (+1373.39%)
Mutual labels:  workflow-engine
Devtron
Software Delivery Workflow For Kubernetes
Stars: ✭ 130 (-40.37%)
Mutual labels:  workflow-engine
Microflow
Lightweight workflow engine
Stars: ✭ 129 (-40.83%)
Mutual labels:  workflow-engine
Faas Flow
Function Composition for OpenFaaS
Stars: ✭ 172 (-21.1%)
Mutual labels:  workflow-engine
Orienteer
Business Application Platform
Stars: ✭ 128 (-41.28%)
Mutual labels:  bpmn

Imixs-Workflow

Build Status Codacy Badge CII Best Practices Join the chat at https://gitter.im/imixs/imixs-workflow License

Imixs-Workflow is an open source workflow engine to build human-centric workflow applications on a flexible and robust framework. Using the Business Process Modelling Notation - BPMN 2.0, business logic can be modeled fast, easy and in a flexible way. Imixs-Workflow is based on the Jarkarta EE and the Eclipse Microprofile standards and fits into any modern microservice architecture thanks to its openness. Imixs-Workflow runs on all modern application servers like Wildfly, Payara, Open Liberty or Apache TomEE.

To follow us, please join GitHub by creating an account. You can than "Watch" the project with the link above or if you like the project click on the "Star".

You will find more detailed information how to work with Imixs-Workflow on the Project Home.

Imixs-BPMN

Imixs-BPMN is an Eclipse modeling tool to design a business process based on the BPMN 2.0 standard. These models can be executed by the Imixs-Workflow engine.

Imixs-BPMN

Read more about Imixs-BPMN on the project home.

Imixs-RESTful API

Imixs-Workflow provides a RESTful API to integrate the Imixs-Workflow engine into a microservice architecture. In such an architecture the Imixs-Workflow engine can be deployed as a separate microservice managing human-centric workflow tasks. See the Imixs-Microservice project for more information.

How to Build

Imixs-Workflow can be build with Maven. All artifacts are provided in the maven central repository. See the following example how to add imixs-workflow to your own maven project:

<dependencies> 
   .....
	<dependency>
		<groupId>org.imixs.workflow</groupId>
		<artifactId>imixs-workflow-engine</artifactId>
		<version>${org.imixs.workflow.version}</version>
	</dependency>
	<dependency>
		<groupId>org.imixs.workflow</groupId>
		<artifactId>imixs-workflow-jax-rs</artifactId>
		<version>${org.imixs.workflow.version}</version>
	</dependency>
	<dependency>
		<groupId>org.imixs.workflow</groupId>
		<artifactId>imixs-workflow-index-lucene</artifactId>
		<version>${org.imixs.workflow.version}</version>
	</dependency>
...

To build Imixs-Workflow form the source code run:

mvn install

Prerequisites:

  • JDK8+
  • Maven 3.0.3+
  • Jakarta EE Application Server

Imixs-Admin

The Imixs-Admin project provides a web based tool to administrate an Imixs-Workflow instance remotely.

Imixs-Admin

The Imixs Process Manager

The Imixs Process Manger allows you to start within seconds. The integrated Business Process Management Suite can be used for development, testing and productive environments. It provides you with a generic user interface which can be easily adapted.

Imixs-BPMN

The Imixs Process Manager comes with a Docker image that can be deployed locally or in a containerized environment like Docker Swarm or Kubernetes. Download the docker-compose.yml file and run:

$ docker-compose up

Microservice

The Imixs-Microservice project provides a full service stack for a microservice architecture running on Kubernetes or Docker-Swarm. Find out more on Docker hub.

Joining the Project

If you have any questions post them into the issue tracker. If you have a bug or an idea, browse the open issues before opening a new one. You can also take a look at the Open Source Guide.

License

Imixs-Workflow is free software, because we believe that an open exchange of experiences is fundamental for the development of valuable software. All results of this project are provided under the GNU General Public License.

Since in the typical use cases the Imixs-Workflow engine runs as a separate process, embedded into an application which is probably a separate work, we do not see any violation of the GPL. Feel free to ask for your concrete use case.

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].