WorkflowEngine.NET - component that adds workflow in your application
WorkflowEngine.NET is a flexible workflow engine for .NET applications that supports visual process design and dynamic execution of business logic. It enables developers to model complex workflows with conditions, branching, and state transitions. The engine is highly customizable and can be embedded into any .NET project to automate tasks and decision-making.
Simple messaging \ Workflow \ETL system on MySql and .NET
FloatingBridge is a simple messaging\ workflow system based on MySql and .NET. MySql is used as the backend engine for the system.
The front-end is designed in .NET WPF (Windows Presentation Foundation).
The business logic is handled by .NET windows services.
The system provides an API which can be used to publish messages and pull subscribed messages out of the system. Therefore, this can be used as a messaging Hub in an organisation.
The system also has the ability to define workflows using a JSON format. ...