elsa-core/samples/aspnet/Elsa.Samples.AspNet.Onboarding.Web
Sipke Schoorstra 0a76741755 Update TaskReporter and RunTask activity
Replaced IWorkflowDispatcher in TaskReporter with IWorkflowInbox to streamline task reporting. This fixes race conditions when the workflow is attempted to be resumed before it committed its bookmarks.
2024-08-14 18:40:04 +02:00
..
Controllers Update TaskReporter and RunTask activity 2024-08-14 18:40:04 +02:00
Data
Entities
Migrations
Models Update TaskReporter and RunTask activity 2024-08-14 18:40:04 +02:00
Properties
Services
Views
appsettings.json
Elsa.Samples.AspNet.Onboarding.Web.csproj Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
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.