optimajet / WorkflowServer

Workflow Server is a ready-to-use Workflow Engine-based application that you can deploy into your infrastructure. It can be integrated with NodeJS, PHP, Ruby, .NET, or Java applications via a REST API. Workflow Server is a key component for managing the lifecycle of business objects within your enterprise.
https://workflowserver.io
191 stars 54 forks source link
bpm dotnet state-machine workflow workflowdesigner workflowengine

Workflow Server

Overview

Workflow Server is a ready-to-use Workflow Engine-based application that you can deploy into your infrastructure. It can be integrated with NodeJS, PHP, Ruby, .NET, or Java applications via a REST API. Workflow Server is a key component for managing the lifecycle of business objects within your enterprise.

How to launch

  1. Clone the repository.
    git clone git@github.com:optimajet/WorkflowServer.git
  2. Go to the directory.
    cd WorkflowServer
  3. Next, you can follow the instructions below for launching the Docker container.

    Windows:

    startcontainer.bat

    Linux/MacOS:

    chmod +x docker-files/wait-for-postgres.sh
    chmod +x startcontainer.sh
    ./startcontainer.sh

Features

Rest API

Manage schemes and processes with GET and POST requests to Workflow Server.

Web UI

Enjoy a responsive web-based interface, enabling you to make change on the fly.

Business Flow

Get form names depending on user role or type for each workflow instance.

Reports

Visualize process states, & key information on schemes, processes and performance.

OS Support

OS Version Architectures
Windows 7 SP1+, 8.1 or newer; 2008 R2 SP1 or newer x64, x86
Linux Red Hat Enterprise Linux/CentOS/Oracle Linux 7; Fedora 26, 27; Debian 8.7, 9; Ubuntu/Linux Mint 17.10, 16.04, 14.04, 18, 17; openSUSE 42.2+; SUSE Enterprise Linux 12 x64
macOS 10.12+ or newer x64

System Requirements

Workflow Server runs on .NET Core and supports MS SQL Server and PostgreSQL. The minimum system requirements are:

API

The set of APIs enables the exchange of messages between external applications and Workflow Server via the HTTP protocol.

Workflow API

Workflow API enables you to manage everything related to your schemes and workflows, be it the creation of a process instance, returning the list of available commands and executing them, getting the list of available states and setting them, inbox/outbox folders, etc.

Callback API

Callback API allows you to integrate Workflow Server into any infrastructure (for example, the one based on microservice architecture) by specifying external URLs that you wish Workflow Server to call whenever a specific event occurs.

Application Modes

Workflow Server is capable of being run either as a console application or as a Windows Service (for Windows-host only). You can choose the most suitable deployment option.