Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/optimajet/WorkflowEngine.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 a web service).
https://github.com/optimajet/WorkflowEngine.NET

csharp engine mongo mssql mysql optimajet oracle postgresql workflow

Last synced: about 2 months ago
JSON representation

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 a web service).

Lists

README

        

## WorkflowEngine.NET

[https://workflowengine.io](https://workflowengine.io)

Email: [[email protected]](mailto:[email protected])

---

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 a web service).

Steps for include the engine into your project: https://workflowengine.io/documentation/how-to-integrate/

### Features

- Process scheme generation in runtime
- Designer of process scheme
- Changing process scheme in runtime is possible
- Pre-execution of process (executing of a process from initial activity to final activity without changing state)
- Simple version control and upgrade of process scheme
- Serialization and saving of parameters on demand
- Support SQL/NoSQL databases

**Workflow Engine NET includes a html5 designer:**
[![Workflow scheme in Designer](./images/scheme.png "Workflow scheme")](https://demo.workflowengine.io/designer)

### Demo

[![Demo](./images/demo.gif "Workflow Engine Demo")](https://www.youtube.com/watch?v=yf6-JY7r7sQ)

### Samples

We have samples with MS SQL, MongoDB, MySQL, Oracle, PostgreSQL, Redis. Check out [Samples](Samples).

**Official web site** — [https://workflowengine.io](https://workflowengine.io)

**Documentation** — [https://workflowengine.io/documentation](https://workflowengine.io/documentation)

**Designer** — [https://demo.workflowengine.io/designer](https://demo.workflowengine.io/designer)

**Demo** — [https://demo.workflowengine.io/](https://demo.workflowengine.io/)

For technical questions, please contact [[email protected]](mailto:[email protected]).

For commercial use, please contact [[email protected]](mailto:[email protected]).

**Free limits:**

- Activity: 15
- Transition: 25
- Command: 5
- Schema: 1
- Thread: 1