elsa-core/test/component/Elsa.Workflows.ComponentTests/Helpers
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
..
Abstractions Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Activities Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Consumers Add HTTP cache invalidation on auto-update of consuming workflows 2024-06-07 14:01:14 +02:00
Contracts Merge branch 'patch/alpha' 2024-06-07 18:01:09 +02:00
EventArgs Add HTTP cache invalidation on auto-update of consuming workflows 2024-06-07 14:01:14 +02:00
Extensions Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Fixtures Workflow refresh feature (#5713) 2024-07-05 18:35:22 +02:00
Handlers Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Services Workflow refresh feature (#5713) 2024-07-05 18:35:22 +02:00