elsa-core/samples/aspnet/Elsa.Samples.AspNet.Onboarding.WorkflowServer
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
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 Move samples to repository root 2024-02-02 20:01:14 +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.