elsa-core/src/modules/Elsa.Workflows.Runtime/Options
Sipke Schoorstra d09a1b7cb4
Add workflow dispatch transactional outbox (#7517)
* Add workflow dispatch transactional outbox

* Address workflow dispatch outbox review

* Make outbox state lookup null-safe

* Generate stable outbox dispatch instance ids

* Limit eager outbox processing to marked commits

* Avoid blocking eager outbox processing on lock contention

* Expire uncommitted outbox items after retention

* Harden eager workflow outbox processing

* Prune delivered workflow outbox markers

* Batch workflow dispatch outbox processing

* Bound workflow dispatch outbox processing batches

* Harden workflow dispatch outbox processing

* Address transactional outbox review feedback

* Address transactional outbox follow-up review

* Address outbox recovery review feedback

* Address outbox key-value review fixes

* Address outbox cleanup review feedback

* Address workflow outbox review feedback

* Address outbox key-value review feedback

* Preserve outbox key-value tenant ids

* Address workflow outbox marker cleanup review

* Ensure key value store factory registrations override

* Address workflow outbox review follow-ups
2026-05-22 00:13:16 +02:00
..
BookmarkQueuePurgeOptions.cs Add bookmark queue dead-letter store (#7516) 2026-05-21 23:43:36 +02:00
BroadcastWorkflowInboxMessageOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ElsaReadinessHealthCheckOptions.cs Address health check review feedback 2026-05-21 02:13:19 +02:00
FindBookmarkOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
GracefulShutdownOptions.cs Graceful shutdown for the workflow runtime (drain, pause, recover) (#7424) 2026-05-02 19:27:08 +02:00
PausePersistencePolicy.cs Graceful shutdown for the workflow runtime (drain, pause, recover) (#7424) 2026-05-02 19:27:08 +02:00
ResumeBookmarkOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
RuntimeOptions.cs Update inactivity threshold and adjust related timings 2025-02-22 16:22:33 +01:00
StimulusQueueOverflowPolicy.cs Graceful shutdown for the workflow runtime (drain, pause, recover) (#7424) 2026-05-02 19:27:08 +02:00
TriggerWorkflowsOptions.cs Deprecate and clean up legacy workflow runtime components. 2025-01-28 09:26:46 +01:00
WorkflowDispatcherOptions.cs Add workflow dispatch transactional outbox (#7517) 2026-05-22 00:13:16 +02:00
WorkflowHostOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
WorkflowInboxCleanupOptions.cs Enable configurable toggle for workflow inbox cleanup job 2025-02-20 21:25:03 +01:00