dotnet recommends LightWorkFlowManager, a lightweight work process management library
dotnet recommends LightWorkFlowManager, a lightweight work process management library This article will recommend my team’s open source LightWorkFlowManager lightweight work process management library, which is suitable for any application logic that needs to execute work processes. It can easily piece together multiple work processes, and automatically integrates retry and failure processing, as well as logs and Reporting function This article will recommend my team’s open source LightWorkFlowManager lightweight work process management library, which is suitable for any application logic that needs to execute work processes. It can easily piece together multiple work processes, and automatically integrates retry and failure handling. As well as logging and reporting functions This LightWorkFlowManager lightweight work process management library is an open source library that my team uses the most friendly MIT license on GitHub. Please see https://github.com/dotnet-campus/LightWorkFlowManager This LightWorkFlowManager lightweight work process management library has been running on my team’s official product application for half a year now, and it is relatively stable. If you have any questions during use, you are welcome to create new Issues on GitHub for feedback There are many existing work process management systems in the world, so why reinvent one? No reason, I made it myself and it…