• Stars
    star
    332
  • Rank 122,396 (Top 3 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The open source technology for business process management

Imixs-Workflow

Java CI with Maven CII Best Practices Join a discussion 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.

Jakarta EE 9

Imixs-Worflow has full Jakarta EE 9 support! This means you can run Imixs-Workflow on every modern application server supporting Jakarata EE 9.

If you want to run Imixs-Workflow on Jakarta EE 8 you can use version 5.2. This version is still fully supported!

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.

More Repositories

1

imixs-cloud

A Lightweight Kubernetes Environment
Shell
196
star
2

open-bpmn

BPMN Modeler based on Eclipse Graphical Language Server Platform
Java
41
star
3

imixs-office-workflow

The open source business process management suite
HTML
23
star
4

imixs-saga

Imixs-Workflow Microservice
Java
21
star
5

manik-hot-deploy

Maven Incremental hot deploy - a plugin for the Eclipse IDE
Java
19
star
6

imixs-docker

Docker Images for the Imixs-Workflow project
Shell
18
star
7

muluk

Java
11
star
8

imixs-jsf-example

Imixs JEE Web Example Application
CSS
9
star
9

imixs-bpmn

Imixs BPMN2 Modelling Tool
Java
9
star
10

imixs-microservice

CSS
8
star
11

imixs-process-manager

Imixs Business Process Manager
Java
7
star
12

imixs-documents

The open source collaboration platform for documents
HTML
7
star
13

imixs-admin

A webinterface for administration of a workflow instance.
HTML
5
star
14

imixs-adapters

The Imixs adapters and connectors project
Java
4
star
15

imixs-script

Building Imixs Wokflow Apps with HTML and JavaScript!
JavaScript
4
star
16

imixs-archive

Imixs-Archive Service
Java
4
star
17

imixs-ml

Machine Learning for Business Process Management
Java
3
star
18

imixs-marty

Imixs-Marty is a java framework to build modern Business Applications based on the Imixs Workflow Technolgy
Java
3
star
19

imixs-jwt

JSON Web Token module
Java
3
star
20

imixs-mvc-example

A MVC 1.0 sample web application using the Imixs-Workflow engine
CSS
2
star
21

open-bpmn-vscode-integration

TypeScript
2
star
22

imixs-office-archetype

Maven archtype for Imixs-Office-Workflow
Shell
2
star
23

imixs-mock

Java
1
star
24

imixs-melman

Imixs-Melman
Java
1
star
25

bpmn-process-manager

BPMN 2.0 Process Manager
CSS
1
star
26

imixs-security

Imixs Security Libraries
Java
1
star
27

imixs-iot-monitor

Imixs-Workflow connecting IoT devices
HTML
1
star
28

bpm-meta-model

The BPM Meta Model
1
star
29

imixs-bpmn.io

Imixs-BPMN.io Modeler
CSS
1
star
30

imixs-open-bpmn

Open-BPMN - Imixs-Workflow Extension
Java
1
star