* 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> |
||
|---|---|---|
| .. | ||
| Controllers | ||
| Data | ||
| Entities | ||
| Migrations | ||
| Models | ||
| Properties | ||
| Services | ||
| Views | ||
| appsettings.json | ||
| Elsa.Samples.AspNet.Onboarding.Web.csproj | ||
| Program.cs | ||
| Readme.md | ||
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.