elsa-core/src/modules/Elsa.Workflows.Runtime
Sipke Schoorstra f93ac41489 Replace default! with null! for better nullability safety
Updated default property values across activities to use `null!` instead of `default!`, ensuring clearer nullability intent. Also adjusted constructor parameter defaults to `null` for consistency.
2025-05-25 19:26:38 +02:00
..
ActivationValidators Add workflow activation and startup services. (#6076) 2024-10-30 22:51:14 +01:00
Activities Replace default! with null! for better nullability safety 2025-05-25 19:26:38 +02:00
Bookmarks Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Commands Fix race condition in Distributed Workflow Runtime during same-workflow event publishing (#6538) 2025-03-31 18:11:27 +02:00
Comparers
Constants
Contexts Add workflow activation and startup services. (#6076) 2024-10-30 22:51:14 +01:00
Contracts Fixed Log Persistence Mode Evaluation For Activity Execution (#6595) 2025-04-17 18:03:06 +02:00
Entities Merge remote-tracking branch 'origin/rc/3.4.0' into develop/3.5.0 2025-04-28 19:06:20 +02:00
Exceptions Enhances workflow runtime resilience and signaling (#6643) 2025-05-13 13:51:47 +02:00
Extensions Merge remote-tracking branch 'origin/rc/3.4.0' into develop/3.5.0 2025-04-28 19:06:20 +02:00
Features Remove obsolete properties and refactor activity evaluation (#6603) 2025-04-18 16:21:25 +02:00
Filters Support for Writing Custom Trigger Activities Using Existing Trigger Infrastructure (#6527) 2025-03-21 23:16:56 +01:00
Handlers Merge remote-tracking branch 'origin/patch/3.4.1' into develop/3.5.0 2025-05-21 11:32:21 +02:00
LogPersistence Remove obsolete properties and refactor activity evaluation (#6603) 2025-04-18 16:21:25 +02:00
Matches Incremental work on restoring previous workflow runtime API surface for backward compatibility 2025-01-28 00:11:25 +01:00
Messages Enhances workflow runtime resilience and signaling (#6643) 2025-05-13 13:51:47 +02:00
Middleware Fixed Log Persistence Mode Evaluation For Activity Execution (#6595) 2025-04-17 18:03:06 +02:00
Models Merge remote-tracking branch 'origin/rc/3.4.0' into develop/3.5.0 2025-04-28 19:06:20 +02:00
Notifications Refactor activity context management and state handling. 2025-01-28 20:24:53 +01:00
Options Removed optional purge 2025-03-12 13:58:38 +02:00
OrderDefinitions Fix all broken summary xml docs (#6123) 2024-11-18 13:41:27 +01:00
Parameters Deprecate and clean up legacy workflow runtime components. 2025-01-28 09:26:46 +01:00
Params Deprecate and clean up legacy workflow runtime components. 2025-01-28 09:26:46 +01:00
Providers Fix TenantId Missing in ActivityExecutionRecords and DB Context Isolation in Multitenancy (#6549) 2025-04-04 12:39:14 +02:00
Requests Fix race condition in Distributed Workflow Runtime during same-workflow event publishing (#6538) 2025-03-31 18:11:27 +02:00
Responses Fix race condition in Distributed Workflow Runtime during same-workflow event publishing (#6538) 2025-03-31 18:11:27 +02:00
Results Merge branch 'refs/heads/main' into blueberry 2025-03-10 15:13:26 +02:00
Services Enhances workflow runtime resilience and signaling (#6643) 2025-05-13 13:51:47 +02:00
Stimuli ExecuteWorkflow Activity: Add Wait For Completion option (#6153) 2024-11-26 20:37:41 +01:00
Stores Add AddManyAsync method to activity execution stores 2025-02-17 11:35:41 +01:00
Tasks Add migration files for database schema V3.4 2025-02-22 20:48:56 +01:00
UIHints
Elsa.Workflows.Runtime.csproj Fix race condition and add rate limiting to bookmark queue processing (#6187) 2024-12-07 17:34:10 +01:00
Elsa.Workflows.Runtime.csproj.DotSettings Fixed Log Persistence Mode Evaluation For Activity Execution (#6595) 2025-04-17 18:03:06 +02:00
FodyWeavers.xml
IsExternalInit.cs
RuntimeStimulusNames.cs Support for Writing Custom Trigger Activities Using Existing Trigger Infrastructure (#6527) 2025-03-21 23:16:56 +01:00