elsa-core/src/modules/Elsa.Workflows.Runtime/Options
Sipke Schoorstra d7900efb31
Enable configurable toggle for workflow inbox cleanup job
Introduced an `IsEnabled` property in `WorkflowInboxCleanupOptions` to allow enabling or disabling the cleanup service. Updated related logic to respect this configuration, removing the redundant `_enableWorkflowInboxCleanupJob` field. Ensures easier management of the inbox cleanup feature via configuration.
2025-02-20 21:25:03 +01:00
..
DistributedLockingOptions.cs Implement distributed lock for registry population (#4983) 2024-02-22 19:37:03 +01:00
RuntimeOptions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
TriggerWorkflowsOptions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
WorkflowDispatcherOptions.cs Implement dispatch channels (#4949) 2024-02-16 10:56:30 +01:00
WorkflowInboxCleanupOptions.cs Enable configurable toggle for workflow inbox cleanup job 2025-02-20 21:25:03 +01:00