elsa-core/src/modules
RalfvandenBurg 793ae15bf7
Fix tenant scope for interrupted workflow restarts (#7389)
* Fix tenant scope for interrupted workflow restarts

* Update src/modules/Elsa.Workflows.Runtime/Tasks/RestartInterruptedWorkflowsTask.cs

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Handle per-instance restart failures

* fix: make restart interrupted workflows tenant services optional

---------

Co-authored-by: Ralf <Ralf@Careconnections.nl>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-15 14:11:26 +02:00
..
Elsa Remove ReadLine activity from automatic registration 2025-05-20 10:45:55 +02:00
Elsa.Alterations Addresses warnings and enforces null safety (#7050) 2025-11-12 15:53:23 +01:00
Elsa.Alterations.Core Addresses warnings and enforces null safety (#7050) 2025-11-12 15:53:23 +01:00
Elsa.Caching Return Caching to Core. 2025-05-20 12:11:27 +01:00
Elsa.Common fix: correct workflow summary pagination on release 3.6.1 (#7392) 2026-04-15 14:06:53 +02:00
Elsa.Dsl.ElsaScript Bugfix: error thrown in ReadSyntheticInputs 2026-01-20 13:27:55 +01:00
Elsa.Expressions Update multitenancy logic and improve Result handling: (#7281) 2026-02-11 10:11:12 +01:00
Elsa.Expressions.CSharp Allow C# Script to use dot notation with ExpandoObject (JSON variables) (#6689) 2025-05-25 12:26:59 +02:00
Elsa.Expressions.JavaScript Upgrade projects to target .NET 10, add conditional System.Linq.Async dependencies for compatibility with earlier frameworks, and update project files for consistency across the solution. (#7062) 2025-11-21 20:55:30 +01:00
Elsa.Expressions.JavaScript.Libraries Rename Scripts to Expressions. 2025-05-20 12:52:19 +01:00
Elsa.Expressions.Liquid Addresses warnings and enforces null safety (#7051) 2025-11-12 16:56:31 +01:00
Elsa.Expressions.Python Apply changes that will not be resolved by merge conflict resolution. 2025-05-22 00:17:15 +01:00
Elsa.Hosting.Management
Elsa.Http Handle JsonException without rethrowing in HttpEndpoint.cs. 2026-02-21 15:57:39 +01:00
Elsa.Identity Addresses warnings and enforces null safety (#7050) 2025-11-12 15:53:23 +01:00
Elsa.KeyValues Regenerate 3.3 EF Core migrations for backwards compat with 3.2 2024-12-12 22:24:39 +01:00
Elsa.Labels Updated to Labels-endpoints to ElsaEndpoint (#7205) 2026-01-27 10:57:58 +01:00
Elsa.Persistence.EFCore Fix ActivityNodeId column truncation for deeply nested workflows (#7338) 2026-03-02 15:24:20 +01:00
Elsa.Persistence.EFCore.Common Update multitenancy logic and improve Result handling: (#7281) 2026-02-11 10:11:12 +01:00
Elsa.Persistence.EFCore.MySql Fix ActivityNodeId column truncation for deeply nested workflows (#7338) 2026-03-02 15:24:20 +01:00
Elsa.Persistence.EFCore.Oracle Fix ActivityNodeId column truncation for deeply nested workflows (#7338) 2026-03-02 15:24:20 +01:00
Elsa.Persistence.EFCore.PostgreSql Fix ActivityNodeId column truncation for deeply nested workflows (#7338) 2026-03-02 15:24:20 +01:00
Elsa.Persistence.EFCore.Sqlite Fix ActivityNodeId column truncation for deeply nested workflows (#7338) 2026-03-02 15:24:20 +01:00
Elsa.Persistence.EFCore.SqlServer Fix ActivityNodeId column truncation for deeply nested workflows (#7338) 2026-03-02 15:24:20 +01:00
Elsa.Resilience Enhances distributed lock handling with resilience (#7161) 2025-12-29 19:53:48 +01:00
Elsa.Resilience.Core Enhances distributed lock handling with resilience (#7161) 2025-12-29 19:53:48 +01:00
Elsa.SasTokens Add back SasToken project. 2025-05-23 01:09:59 +01:00
Elsa.Scheduling Fixing workflow reload logic (#7324) 2026-02-25 19:14:08 +01:00
Elsa.Tenants Update multitenancy logic and improve Result handling: (#7281) 2026-02-11 10:11:12 +01:00
Elsa.Tenants.AspNetCore Update all dependencies to new projects. 2025-05-21 00:20:13 +01:00
Elsa.WorkflowProviders.BlobStorage Added logic to search for workflow-as-activities based on DefinitionId (not only versionId) (#7149) 2025-12-17 23:23:49 +01:00
Elsa.WorkflowProviders.BlobStorage.ElsaScript Add Elsa Script DSL (#7076) 2025-11-25 19:57:50 +01:00
Elsa.Workflows.Api Add workflow export functionality and update changelog (#7357) 2026-03-11 17:20:07 +01:00
Elsa.Workflows.Core Refactor inbound connection handling to schedule outbound activity before canceling remaining activities (#7340) 2026-03-02 19:53:10 +01:00
Elsa.Workflows.Management Fix tenant scope for interrupted workflow restarts (#7389) 2026-04-15 14:11:26 +02:00
Elsa.Workflows.Runtime Fix tenant scope for interrupted workflow restarts (#7389) 2026-04-15 14:11:26 +02:00
Elsa.Workflows.Runtime.Distributed Distributed locks to prevent multiple pods executing Reload and Refresh (#7311) 2026-02-23 20:56:15 +01:00