IntroductionThis monthly briefing showcases outstanding C#/.NET/.NET Core projects and frameworks recommended through our community channels. Each week (excluding holidays), we feature at least two exceptional projects and frameworks with detailed introductions, feature highlights, usage instructions, and functional screenshots.Note: Rankings are not ordered by preference—all featured projects represent excellent open-source contributions. Weekly updates provide continuous discovery of community innovations.Resource Links:Gitee Repository: D...
Posts tagged workflow engine
Slickflow Ruleset Integration with NRules: From Design to Production Implementation
Background and ObjectivesIn workflow engines, the Business Rule Task requires extracting "business rules" from flowcharts: rules must be reusable, versionable, and independently testable, while BPMN handles only selecting which ruleset and passing process variables to the rules.This implementation establishes a Ruleset feature within Slickflow and integrates the open-source rules engine NRules, supporting both Assembly Rules (strongly-typed C# Rules) and JSON DSL Rules (declarative when/outputs) simultaneously. Both forms unify under the dat...