elsa-core/test/component/Elsa.Workflows.ComponentTests/Scenarios
MariusVuscanNx 6110eb561f
Workflow refresh feature (#5713)
* Refactor workflow definition events handling and dispatch

Removed IDistributedWorkflowDefinitionEventsDispatcher interface and related classes in favor of direct message publishing through MassTransit. Introduced new workflow definition refresh endpoints and services for better modularity and responsiveness. Adjusted caching and notification systems to support the new architecture.

* Add comment

* Added workflow definition refresh component test

* Fixed component tests issue

* Fixed id

* Fixed test

* Rename IsRaisedFromConsumer to IsConsumerExecutionContext

Updated the naming for clarity and consistency across the system. This change affects AmbientConsumerScope, related consumers, and condition checks to improve readability and understanding of the consumer context.

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-07-05 18:35:22 +02:00
..
Activities/FlowJoins Fix FlowJoin Activity NRE Bug (#5349) 2024-05-08 09:29:15 +02:00
BasicWorkflows Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
BulkDispatchWorkflows Revert sending input as global state instead of parameter (#5425) 2024-05-22 17:22:19 +02:00
CachingAndWorkflowDefinitionActivity Fix Race Condition in WorkflowDefinitionActivity (#5315) 2024-05-01 14:53:37 +02:00
ClusteredHosting Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
DispatchWorkflows Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
HttpWorkflows Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
LogPersistenceModes Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Variables Fix workflow variable scope inconsistency (#5558) 2024-06-10 10:51:23 +02:00
WorkflowActivities Revise ActivityRegistry update logic 2024-06-13 14:38:59 +02:00
WorkflowCompletion Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
WorkflowDefinitionRefresh Workflow refresh feature (#5713) 2024-07-05 18:35:22 +02:00
WorkflowJsonStructures Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00