elsa-core/src/modules/Elsa.Workflows.Runtime/Handlers
Sipke Schoorstra 2c0b3da5de
Addresses warnings and enforces null safety (#7051)
* Enhance null-safety annotations across modules and refactor for improved consistency:

- Added `null!` annotations to enforce non-nullability expectations.
- Updated workflows, tests, and runtime services to handle default null values reliably.
- Removed obsolete and unused APIs, simplifying interfaces and improving maintainability.
- Refactored methods and properties for clarity, thread-safety, and consistency.
- Adjusted test configurations for code coverage tracking and integration improvements.

* Refactor activity iteration in container serialization tests to simplify type casting.
2025-11-12 16:56:31 +01:00
..
CancelBackgroundActivities.cs Introduce job unscheduling functionality 2024-12-05 19:25:16 +01:00
CancelWorkflowsCommandHandler.cs Refactor activity execution record capturing 2025-08-01 20:53:48 +02:00
CaptureActivityExecutionState.cs Refactor activity execution record capturing 2025-08-01 20:53:48 +02:00
DeleteActivityExecutionLogRecords.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
DeleteBookmarks.cs Refactor Fault Propagation and Simplify Bookmark Management (#6545) 2025-04-10 15:01:49 +02:00
DeleteTriggers.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
DeleteWorkflowExecutionLogRecords.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
DispatchStimulusCommandHandler.cs Fix conditional logic in stimulus dispatch handlers 2025-05-21 11:27:28 +02:00
DispatchWorkflowRequestHandler.cs Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
IndexTriggers.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
InvalidateTriggersCache.cs Implemented workflows reload endpoint (#5732) 2024-07-12 08:35:46 +02:00
InvalidateWorkflowsCache.cs Remove IWorkflowExecutionContextStore and related classes 2024-07-18 18:57:42 +02:00
RefreshActivityRegistry.cs Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
ResumeBulkDispatchWorkflowActivity.cs Refactor workflow execution handling to improve performance 2025-01-24 13:54:37 +01:00
ResumeDispatchWorkflowActivity.cs Addresses warnings and enforces null safety (#7051) 2025-11-12 16:56:31 +01:00
ResumeExecuteWorkflowActivity.cs Refactor to remove redundant debug logs and clean up code. 2025-01-24 14:01:19 +01:00
SignalBookmarkQueueWorker.cs Enhances workflow runtime resilience and signaling (#6643) 2025-05-13 13:51:47 +02:00
ValidateWorkflowRequestHandler.cs Create trigger payload validation, refacto HttpEndpoint validator and create Cron validator (#6641) 2025-05-20 19:52:43 +02:00