1. Slickflow Designer Technology Advantages
1) based on HTML5 technology, compatible with common browsers;
2) Pure Javascript/jsplumb script to achieve SVG graphical display;
Jsplumb allows you to use SVG, Canvas, or VML to link elements on the screen, depending on the capabilities of the browser you are using;
3) Graphical elements reference BPMN definition, XML storage, more suitable for business people to understand business process definition;
4) Rich client development technology, using components such as Jquery/slickgrid, user experience is good;
4) The front-end architecture is open, allowing program developers to extend new nodes and features.
2. Slickflow Designer UML diagram
3. XML File Data storage
Provides two ways of storage, the default choice of database storage, but also support the pure file storage mode.
File storage configuration:
<appSettings>
<add key= "Workflowfilestoragetype" value= "LocalFile"/>
<add key= "Workflowfileserver" value= "c:\\xml\\"/>
</appSettings>
4. DEMO Address
http://demo.slickflow.com/sfd/
Slickflow.net Open Source Workflow Engine Basics Introduction (III)