elsa-core/src/modules/Elsa.Workflows.Runtime/ActivationValidators
Sipke Schoorstra 14b772704d
Add workflow activation and startup services. (#6076)
* Add workflow activation and startup services.

Introduced `IWorkflowActivationStrategyEvaluator` and `DefaultWorkflowStarter` to evaluate and initiate workflows based on defined strategies. Updated existing classes and methods to utilize these services, ensuring workflows comply with activation strategies.

* Refactor CreateClientAsync method usage

Modify the call to CreateClientAsync to include instanceId. This ensures that the workflow client is correctly initialized with the instance ID, improving the accuracy of handling workflow instances.
2024-10-30 22:51:14 +01:00
..
CorrelatedSingletonStrategy.cs Add workflow activation and startup services. (#6076) 2024-10-30 22:51:14 +01:00
CorrelationStrategy.cs Add workflow activation and startup services. (#6076) 2024-10-30 22:51:14 +01:00
SingletonStrategy.cs Add workflow activation and startup services. (#6076) 2024-10-30 22:51:14 +01:00