elsa-core/src/modules/Elsa.Workflows.Core/Signals
Sipke Schoorstra ca5692e3bc
Alteration Improvements and fixes (#4518)
* Remove unused NOOP stores

* Add activity execution manager and FindAsync method to store

The notification is used to broadcast changes to SignalR clients.

* Refactor ActiveActivityExectionContexts

Instead, the workflow state extractor is in control of what gets extracted.

* Add missing files for activity execution deleted broadcast

* Update Flowchart to not fault when child faults

* Update Flowchart to support scheduling existing activity instances

* Update namespaces from Services to Stores

* Improve activity cancellation alteration

* Update ScheduleActivity alteration
2023-10-10 12:34:32 +02:00
..
ActivityCompleted.cs Fix Break behavior (#4365) 2023-08-26 01:11:10 +02:00
BreakSignal.cs V3 modular configuration (#3070) 2022-05-26 12:47:31 +02:00
CancelSignal.cs Initial support for activity cancellation 2022-10-30 23:44:38 +01:00
CompleteCompositeSignal.cs Add support for workflows as a function (#3569) 2022-12-28 13:59:46 +01:00
ScheduleActivityOutcomes.cs Add ability to schedule outcome names. 2023-09-10 15:34:26 +02:00
ScheduleChildActivity.cs Alteration Improvements and fixes (#4518) 2023-10-10 12:34:32 +02:00