elsa-core/src
lukhipolito-nexxbiz 5816f6e3be
Fixing workflow reload logic (#7324)
* Made two changes:

1. TriggerScheduler was returning a null for a payload, which would cause NullReferenceException, and this would break the populator which prevented other workflow definitions from being imported/published correctly.

2. The reloader was only executing a part of the actual loading logic, meaning that workflow definitions used as activities were not correcly resolved to the expected versions

* Update src/modules/Elsa.Scheduling/Services/DefaultTriggerScheduler.cs

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

---------

Co-authored-by: j03y-nxxbz <joey.barten@nexxbiz.io>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-25 19:14:08 +01:00
..
apps Implement null TenantId for tenant-agnostic entities (#7226) 2026-02-02 10:59:01 +01:00
clients/Elsa.Api.Client Improve GetDownloadedFileNameOrDefault: Support parsing Content-Disposition header for filename extraction. 2026-02-21 20:15:48 +01:00
common Update WorkflowTestFixture to use tenant activation and bump package dependencies 2026-02-16 21:36:02 +01:00
extensions/Elsa.Testing.Extensions Fix ASP.NET integration test crashes by adding proper Elsa background task shutdown (#6686) 2025-05-24 23:25:37 +02:00
modules Fixing workflow reload logic (#7324) 2026-02-25 19:14:08 +01:00
Directory.Build.props 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