Commit graph

7 commits

Author SHA1 Message Date
raymonddenhaan 937398e351
Added workflow instance and bulk cancellation to the UI (#4965)
* Fixed issue where updated and finished date where not set when cancelling a workflow

* Single instance cancellation

* Updated bulk cancellation to allow multiple options

* Fixed counting of bulk cancellation

* Added proto actor implementation for batch cancellation

* Moved bulk cancellation method to separate service

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-02-23 10:26:13 +01:00
Raymond den Haan 3fa7a06310 Renaming for clarification / project conformity 2024-02-16 14:00:28 +01:00
Raymond den Haan 430ae230dd Configured Web project to include instance monitoring 2024-02-13 14:38:09 +01:00
Raymond den Haan 4d5f191fbc Added handler for removing orphaned subscriptions 2024-02-13 14:35:39 +01:00
Sipke Schoorstra d693cb7f8f Remove unused Elsa.Webhooks.Extensions import
The Elsa.Webhooks.Extensions import was removed from various Program.cs files because it doesn't exist anymore.
2024-01-26 14:52:31 +01:00
Sipke Schoorstra 66d8e4b20f Updated MassTransit sample project
This commit updates the Elsa.Samples.AspNet.MassTransitActivities.csproj
2024-01-12 08:47:41 +01:00
Sipke Schoorstra f17966c592 Refactor project structure and Docker configurations
The changes included in this commit are made to refactor the project structure and Docker configurations. Previously, the application was structured around the AllInOneWeb solution, but it has been split into Server.Web and ServerAndStudio.Web solutions for better separation of concerns. Additionally, the Docker configurations have been updated to reflect the new structure, which should streamline the build and deployment process.
2023-12-27 20:30:33 +01:00
Renamed from src/bundles/Elsa.AllInOne.Web/Program.cs (Browse further)