elsa-core/samples/aspnet/Elsa.Samples.AspNet.Onboarding.WorkflowServer
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
..
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
Workflows 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.WorkflowServer.csproj Update TaskReporter and RunTask activity 2024-08-14 18:40:04 +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
run-onboard-workflow.http Move samples to repository root 2024-02-02 20:01:14 +02:00

Onboarding Sample - Workflow Server

This application represents the workflow server for the onboarding sample. It's a simple ASP.NET Core application that hosts the workflow server and the onboarding workflow.

Starting the Onboarding Workflow

To start an onboarding workflow, invoke any HTTP reuest found in the run-onboarding-workflow.http file. This will start a new onboarding workflow and return the workflow ID.