workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

Lightweight workflow engine for .NET Standard

Results 291 workflow-core issues
Sort by recently updated
recently updated
newest added

**Describe the change** If the application, which uses the workflow core, is based on a plugin system (.NET6 AssemblyLoadContext and PluginLoadContext), it is helpful to replace the resolving of the...

**Cannot use the Dynamo Lock Provider as it requires a pre specified set of credentials** We don't use explicit credentials in our AWS stack, we use roles - in fact...

Hello When I try to load json definition of workflow which contain WaitFor the Event definition as below is json part of the full definition. `"Steps": [ { "Id": "MyWaitStep",...

Hello, This question might be repetitive. But if you update on status let us know. Do you have any plans to provide UI for the existing framework if so, by...

I found this project and it looks really great. Anyway, there are a lot of PRs and I see no releases since 2021. What is the roadmap for this project?...

**Describe the change** queue and dequeu by check WorkflowOptions, EnableIndexes etc. **Describe your implementation or design** WorkflowOptions options in RedisQueueProvider Constuction **Tests** Did you cover your changes with tests? **Breaking...

Hey! Before anything I would like express that this is a really great project, thank you very much for it! We are using the Decide step to make a workflow...

bug

Hi all, I have an ASP.NET Core 6 Web API project and registering the services in Startup.cs like below. ``` public void ConfigureServices(IServiceCollection services) { services.AddWorkflow(); services.AddTransient(); services.AddTransient(); services.AddTransient(); services.AddTransient();...

Hello, I have a scenario in which I want to reuse some simpler workflow steps to build a more complex one. For example: - Workflow Test - Step: Turn on...

**Describe the bug** This is only a database related bug, because, if I create a workflow based on an event with more than 100 characters, it will start complaining about...