roger-castaldo / BPMNEngine

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

Code examples #11

Closed pitchcontrol closed 2 years ago

pitchcontrol commented 5 years ago

Please add some examples of using, may be a sample project etc.

roger-castaldo commented 5 years ago

There is a sample project with code attached to the closed issue #8. When I have more time I will try to put something in either the release downloads or into the documentation.

josersleal commented 4 years ago

Hello

Would be appreciated if you'd be able to create some meaningful example code. Working code of course. Also a better documentation would be useful. Usage and architecture.

roger-castaldo commented 4 years ago

I am currently working on some more detailed, better written and updated documentation. As far meaningful sample code, the problem there is I would first have to write a business process and a program to interface with it. That is a bit on the difficult side for me to find the time for both aspects currently.

roger-castaldo commented 3 years ago

I have updated the commenting for the library found inside the Wiki.

rayzhb commented 3 years ago

hello, how to use ConditionsPanel.js ?

roger-castaldo commented 3 years ago

modeler.zip attached is a sample html page showing how to call the conditions panel. There is a bug with it that doesn't allow the creation of condition sets that I will look into at some point but you can see the idea on how to use it.