Giter Club home page Giter Club logo

workflowengine.net's Introduction

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

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:

graph.jpg

Samples:

1. Samples/MSSQL - Sample for MS SQL Server

Open solution: Samples\MSSQL\WF.Sample.sln
Check connection string in WF.Sample\Configuration\ConnectionString.config.
You can restore DB\db.bak to MS SQL Server or execute scripts.
The order of execution of scripts:

  • DB\CreatePersistenceObjects.sql (For MS SQL Server) or DB\CreatePersistenceObjectsForAzureSQL.sql (For AzureSQL)
  • DB\CreateObjects.sql
  • DB\FillData.sql

2. Samples/MongoDB - Sample for MongoDB

Open solution: Samples\MongoDB\Mongo.Sample.sln
Check connection string in Configuration\AppSettings.config
<add key="Url" value="mongodb://localhost:27017"/>
<add key="Database" value="WorkflowEngineNET"/>

When you first start the application on an empty database, click on button "Generate data" (at the top right of this page)

3. Samples/RavenDB - Sample for RavenDB Open solution: Samples\RavenDB\RavenDB.Sample.sln
Check connection string in Configuration\AppSettings.config
<add key="Url" value="http://localhost:8090/"/>
<add key="Database" value="WorkflowEngineNET"/>

When you first start the application on an empty database, click on button "Generate data" (at the top right of this page)

Official web site - https://workflowengine.io
Documentation - https://workflowengine.io/documentation/
Designer - https://workflowengine.io/demo/designer
Demo - https://workflowengine.io/demo/
For technical questions, please contact [email protected]
For commercial use, please contact [email protected]

Free limits:

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

workflowengine.net's People

Contributors

optimajet avatar dmelnikov avatar betine avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.