workflow-core
workflow-core copied to clipboard
Lightweight workflow engine for .NET Standard
Hello Daniel, Is there any InBuilt Method or Shortcut Method inDaneilGerLag Workflow For Parsing Json File(which have List of Steps & Each step has name & corresponding Next Step) &...
I'm using workflow in a AspNetCore web api. I setup services like ``` services.AddWorkflow(options => { options.UseMongoDB(mongoConnectionString, mongoDatabase); }); ``` I created a `HelloWorld` step like ``` public class HelloWorld...
There seems to be an issue with timezone processing in relation with the breaking changes in the 6.0 release of Npgsql https://www.npgsql.org/efcore/release-notes/6.0.html#major-changes-to-timestamp-mapping To reproduce the issue, you need a `WaitFor()`...
`Parallel Foreach` is a useful control structure which can be used in many workflows. Now the context of `Parallel Foreach` can be used in Input statement however it would be...
I use json define workflow like the following picture:  but when the steps nodes become more and more,the decision branch may not be a good solution.I have tyied with...
fix type error **Describe the change** fix the workflow id in case **Describe your implementation or design** fix the workflow id in case **Tests** yes **Breaking change** no **Additional context**...
The correct workflow name for Sample09s is "ForeachSync" not "Foreach".
**Describe the bug** On wpf application workflow doesn't run at first. On btn click it didnt execute workflow, but if i click in the button again, then the workflow runs....
It looks like this project is the best thing since sliced bread, especially for my use case of having persisted long "tasks" running. So thanks for all the hard work...
**Describe the bug** We wanted to use workflow core and we started exploring samples provided with mongo, but while running sample18 we are getting below error: fail: WorkflowCore.Services.BackgroundTasks.WorkflowConsumer[0] Error executing...