elsa-core/samples/aspnet/Elsa.Samples.AspNet.Onboarding.Web
Marko Lahma f5dc29cdcc
Drop NET 7 support and cleanup NuGet package references (#5828)
* Directory.Packages.props should mandate used versions
* Add NuGet audit mode setting to show any problems during restore
* System.Text.Json should be 8.0.4 which is patched against security vulnerabilities
* Fix build GH Actions generation

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2024-07-24 14:30:39 +02:00
..
Controllers Move samples to repository root 2024-02-02 20:01:14 +02:00
Data Move samples to repository root 2024-02-02 20:01:14 +02:00
Entities Move samples to repository root 2024-02-02 20:01:14 +02:00
Migrations Move samples to repository root 2024-02-02 20:01:14 +02:00
Models Move samples to repository root 2024-02-02 20:01:14 +02:00
Properties Move samples to repository root 2024-02-02 20:01:14 +02:00
Services Move samples to repository root 2024-02-02 20:01:14 +02:00
Views Move samples to repository root 2024-02-02 20:01:14 +02:00
appsettings.json Move samples to repository root 2024-02-02 20:01:14 +02:00
Elsa.Samples.AspNet.Onboarding.Web.csproj Drop NET 7 support and cleanup NuGet package references (#5828) 2024-07-24 14:30:39 +02:00
Program.cs Move samples to repository root 2024-02-02 20:01:14 +02:00
Readme.md Move samples to repository root 2024-02-02 20:01:14 +02:00

Onboarding Sample

This application represents a simple task management application. The tasks are created from a separate application, the workflow server. The goal is for the user of this application to complete each task (by clicking the "Complete" button) and then move on to the next task. As the user completes each task, the workflow server will automatically continue until the onboarding process is complete.