roger-castaldo / BPMNEngine

A BPMN Engine written in .net
GNU General Public License v3.0
121 stars 48 forks source link

Are there project-related documents and sample projects? #8

Closed geffzhang closed 6 years ago

geffzhang commented 6 years ago

I'm interested this project,Are there project-related documents and sample projects, no more detailed documentation and sample projects on how to use them

roger-castaldo commented 6 years ago

currently there is not, once I get a change I am going to attempt to build a proper wiki to explain full usage.

roger-castaldo commented 6 years ago

I have updated the Wiki to define/explain the delegate calls and aspects of a Business Process. When I have some more time I will attempt to produce a sample definition and code to interface with it.

roger-castaldo commented 6 years ago

Attached is a sample project code file and sample process designed to be run as a console application linking the engine library to execute the process.

TestApplication.zip

roger-castaldo commented 6 years ago

closing with attached sample code and process