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** Fixed consistency of WorkflowConsumer when persisting workflow. Persisting workflow instance and subscriptions within single database transaction. It is needed because if application crashes or stops between ```PersistWorkflow```...

**Describe the bug** Upgrade minor version cannot prompt for compatibility change. **Expected behavior** Change 3.6 to 4.0.

**Describe the change** Removed the `CancellationToken` parameter from all writing persistence operations. This prevents cancelling workflows or stopping the host from cancelling writing persistence operations and thus losing data. Fixes...

**Describe the bug** I'm using WorkFlowCore with asp.net core, at the end of each workflow I see in the log 'fail: WorkflowCore.Services.BackgroundTasks.WorkflowConsumer[0]' I look into it and saw that somehow...

**Describe the bug** There are versions 3.6.1-3.6.4 in NuGet but no corresponding entries in the Release Notes. I checked in Git, but no git tags or branches for them either....

**Describe the change** Fixes a bug reported in #1045 that causes an infinite loop when a compensation is nested inside a branch. The problem is caused by a missed correction...

**Describe the bug** I think there is a bug when using `Decide` inside `ForEach` along with compensation that causes an infinite loop. I'm not sure this is a bug or...

**Describe the bug** my system: mac os using pack: WorkflowCore.Persistence.MySQL / Workflow.Core framework: net6.0 error Message: No database provider has been configured for this DbContext. A provider can be configured...

Incorrect style of writing logs ``` _logger.LogDebug("Starting step {0} on workflow {1}", step.Name, workflow.Id); _logger.LogError(ex, "Workflow {0} raised error on step {1} Message: {2}", workflow.Id, pointer.StepId, ex.Message); ``` I have...

https://github.com/danielgerlag/workflow-core/issues/1072