elsa-core/src/modules/Elsa.Workflows.Runtime/Contracts
Sipke Schoorstra 5586151bf1 Remove IWorkflowExecutionContextStore and related classes
Removed the IWorkflowExecutionContextStore interface and its implementations, along with the associated handlers and registrations. This change simplifies the codebase by eliminating unnecessary components and their dependencies.
2024-07-18 18:57:42 +02:00
..
IActivityExecutionManager.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IActivityExecutionStatsService.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IActivityExecutionStore.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IActivityExecutonMapper.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IBackgroundActivityInvoker.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IBackgroundActivityScheduler.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkBoundWorkflowService.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IBookmarkManager.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkPersister.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IBookmarkQueue.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkQueueProcessor.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkQueueSignaler.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkQueueStore.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkQueueWorker.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarkResumer.cs Add Bookmark Queue and Restore Background Activity Execution (#5758) 2024-07-15 22:37:14 +02:00
IBookmarksPersistedHandler.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IBookmarkStore.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IBookmarkUpdater.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IEventPublisher.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IRegistriesPopulator.cs Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
IStimulusSender.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ITaskDispatcher.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ITaskReporter.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ITriggerBoundWorkflowService.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ITriggerIndexer.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ITriggerStore.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowCanceler.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowCancellationDispatcher.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowCancellationService.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowClient.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowDefinitionRefresher.cs Workflow refresh feature (#5713) 2024-07-05 18:35:22 +02:00
IWorkflowDefinitionsReloader.cs Fix reloading logic for workflow definitions (#5781) 2024-07-17 09:51:45 +02:00
IWorkflowDefinitionStorePopulator.cs Remove IWorkflowExecutionContextStore and related classes 2024-07-18 18:57:42 +02:00
IWorkflowDispatcher.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowExecutionLogRecordExtractor.cs Add WorkflowExecutionLogRecordExtractor 2024-07-08 16:13:58 +02:00
IWorkflowExecutionLogSink.cs Add workflow execution log sink 2024-07-04 15:47:34 +02:00
IWorkflowExecutionLogStore.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowHost.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowHostFactory.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowInbox.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowInvoker.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowMatcher.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowRegister.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
IWorkflowRuntime.cs Fix reloading logic for workflow definitions (#5781) 2024-07-17 09:51:45 +02:00
IWorkflowsProvider.cs Multitenancy (#5159) 2024-06-10 21:30:53 +02:00