elsa-core/tempvalidator/tempvalidator.csproj
Copilot a2e65a235f
Add ActivityCompleted notification for workflow activity completion (#6675)
* Initial plan for issue

* Add ActivityCompleted notification and send it when activity completes

Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>

* Prepare implementation plan for ActivityCompleted notification

Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>

* Move ActivityCompleted notification to NotificationPublishingMiddleware

Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>
2025-05-24 23:01:41 +02:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>