workflow-core
workflow-core copied to clipboard
Lightweight workflow engine for .NET Standard
I am applying waitfor for specific event for an example on creation of record and i am publishing the specific event after a month and how to get the specific...
Hello Daniel, After the changes on WorkflowCore to run with NET6, MySQL provider stopped working, throwing an error when trying to start de WorkflowCore Host. The issue only occurs when...
Hi Daniel, during my research to find a way to create a step with deadline, I found some post that suggest to use a .Parallel() with .WaitFor() on one branch...
using Mysql in .net 5.0 Error------------------------------- System.AggregateException HResult=0x80131500 Message=One or more errors occurred. (Could not load type 'Microsoft.EntityFrameworkCore.MySqlDbContextOptionsExtensions' from assembly 'Pomelo.EntityFrameworkCore.MySql, Version=5.0.0.0, Culture=neutral, PublicKeyToken=2cc498582444921b'.) Source=System.Private.CoreLib StackTrace: at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken...
**Describe the bug** I tried to load test workflow core with a simple hello world program with 5000 requests and 5 pods.    **To Reproduce** load test workflow...
Hi, i'm working on an order processing workflow and there are 2 particolar things 1) if some step dedect an invalid or incoerent data while processing, it needs to "trigger"...
Can I use workflow-core as State Machine Workflow
Hi @danielgerlag / Daniel, I am facing the issue in the below scenario. In the code below, I am using Recure+ForEach+Saga. The code below works fine if an exception does...
**Describe the change** Added CosmosClientOptions to UseCosmosDbPersistence method and CosmosClientFactory constructor to pass additional configuration over to the CosmosClient. **Describe your implementation or design** Added CosmosClientOptions to UseCosmosDbPersistence method and...