All Projects → alperkarasahin → WorkFlowEngine

alperkarasahin / WorkFlowEngine

Licence: other
Work Flow Engine with C# .NET MVC.

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to WorkFlowEngine

nactivity
workflow engine activity activiti
Stars: ✭ 55 (+103.7%)
Mutual labels:  workflowengine

Work Flow Engine

Simple Work Flow Engine with C# .NET MVC

You can design simple work flow with using four process type.

  • Process: Process which has special form or standart form
  • Condition: Process which has more than one direction
  • Decision Point: Process which include a method which will be developed. Return value must be [Y]es or [N]o
  • Sub Process: Definition for parallel task instance area which includes sub process.

You can create a relation between all process type. Work flow diagram is showed automatically by mermaid.js You can select process with single click or edit process with double click inside diagram. You can run workflow with built in work flow engine.

Application includes examples of usage below;

  • UnitOfWork Pattern
  • Repository Pattern
  • IOC Container(Autofac)
  • mermaid.js
  • bootstrap
  • AutoMapper
  • Reflection
  • Hangfire

After download you should run command below from package manager console with select Default project:WorkFlowManager.Common

PM> update-database

Happy Designing ;)

You can see detail explanation of application from https://medium.com/@alperkarasahin/work-flow-engine-with-c-net-mvc-b8ef2f7ecbdf

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