Skip to content

Commit f814ad0

Browse files
author
optimajet
committed
Update README.md
1 parent dc5f0f5 commit f814ad0

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,38 @@ WorkflowEngine.NET
22
==================
33

44
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).
5+
6+
<h2>Features:</h2>
7+
<ul>
8+
<li>Process scheme generation in runtime</li>
9+
<li>Designer of process scheme</li>
10+
<li>Changing process scheme in runtime is possible</li>
11+
<li>Pre-execution of process (executing of a process from initial activity to final activity without changing state) </li>
12+
<li>Simple version control and upgrade of process scheme</li>
13+
<li>Serialization and saving of parameters on demand</li>
14+
<li>Support SQL/NoSQL databases</li>
15+
</ul>
16+
<br/>
17+
18+
<b>Official web site</b> - <a href="http://workflowenginenet.com">http://workflowenginenet.com</a><br/>
19+
<b>Official web site</b> - <a href="http://workflowenginenet.com">http://workflowenginenet.com</a><br/>
20+
<b>Official web site</b> - <a href="http://workflowenginenet.com">http://workflowenginenet.com</a><br/>
21+
Documentation - http://workflowenginenet.com/Documentation
22+
Demo - http://demo.workflowenginenet.com
23+
Designer - http://workflowenginenet.com/Designer
24+
For technical questions, please contact wf@optimajet.com
25+
For commercial use, please contact sales@optimajet.com
26+
27+
Workflow process scheme include:
28+
29+
Verification of the current status
30+
Determine the authority of users
31+
Executing condition script
32+
Timers
33+
Actors (Business Rules that can execute commands)
34+
Parameters (That can be temporary or persistance)
35+
Commands
36+
Actions(external methods call)
37+
Activities
38+
Transitions
39+
Workflow Engine NET includes a html5 designer:

0 commit comments

Comments
 (0)