elsa-core/src/modules/Elsa.Workflows.Runtime
raymonddenhaan c409414152
Workflow cancellation (#4813)
* Removed duplicate entries

* Prevented workflows and activities from starting when the parent workflow is being cancelled

* Added cancellation to execution contexts

* Added store for workflow execution contexts

* Added cancellation to workflowRuntime

* Removed calling BookmarkPersistedHandler when persisting bookmarks.

* Added endpoint for bulk cancelling tasks

* Added tests for cancelling workflows

* Prevented cancelling the cancellation process since it could have unwanted effects

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-01-23 12:05:03 +01:00
..
ActivationValidators Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Activities Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Bookmarks Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Commands Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Comparers Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Contracts Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Entities Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Extensions Merge 3.0.1 (#4759) 2024-01-06 17:26:25 +01:00
Features Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Filters Include NodeId for unique addressability within graph (#4575) 2023-10-25 22:46:06 +02:00
Handlers Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
HostedServices Merge scope change into main (#4738) 2024-01-02 14:52:53 +01:00
Instructions RunTask activity (#3594) 2023-01-04 20:36:38 +01:00
Matches File Uploads (#4457) 2023-09-19 22:42:53 +02:00
Middleware Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Models Merge 3.0.1 (#4759) 2024-01-06 17:26:25 +01:00
Notifications Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Options Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
OrderDefinitions Add ActivityExecutionRecord entity, persistence and endpoints 2023-07-22 21:05:33 +02:00
Providers Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Requests Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Results Merge 3.0.1 (#4759) 2024-01-06 17:26:25 +01:00
Services Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Stores Bulk Import + Export of Workflow Definitions and Instances (#4643) 2023-11-22 14:31:48 +01:00
Elsa.Workflows.Runtime.csproj Target .NET 8 (#4660) 2023-11-27 11:26:16 +01:00
FodyWeavers.xml Prepare projects for packaging 2022-11-03 21:40:23 +01:00
IsExternalInit.cs