MicroFlow
MicroFlow copied to clipboard
Lightweight workflow engine
Hi, Thanks for this great framework. I want to create an activity that depends of user intervention, this means that we are creating this activity, the workflow instance, should be...
More: https://github.com/danielgerlag/workflow-core https://www.codeproject.com/Articles/1164009/Wexflow-Open-source-workflow-engine-in-Csharp https://www.tomware.ch/2018/04/30/building-a-simple-workflow-system-with-asp-net-core/ http://www.workflowpatterns.com/patterns/presentation/concretesyntax/index.php
Hi, are there persistence features? This is, in case there is a crash in the server application, is the updated workflow data/status saved somewhere?
I am trying to implement BL using Flows. Is there any opinionated way to: - set input to a Flow - get output for a Flow - use an existing...