Info
Version: | 2.0.0 |
Author(s): | Roger Castaldo |
Last Update: | Wednesday, June 15, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/roger-castaldo/BPMEngine |
NuGet Url: | https://www.nuget.org/packages/Org.Reddragonit.BpmEngine |
Install
Install-Package Org.Reddragonit.BpmEngine
dotnet add package Org.Reddragonit.BpmEngine
paket add Org.Reddragonit.BpmEngine
Org.Reddragonit.BpmEngine Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
- Microsoft.CodeAnalysis.Compilers(>= 3.8.0)
- System.CodeDom(>= 4.4.0)
- System.Drawing.Common(>= 5.0.0)
- System.Drawing.Common(>= 5.0.0)
Tags
The engine attempts to read in a bpmn notation xml document defining both the process(s) as well as the diagrams. From here you can then load/unload the state, render the diagram in its current state or animated into a gif.
Using the delegates for a process, you intercept and handle task and condition checking by reading additional xml held within flow and task objects.