* Replace custom webhooks implementation with WebhooksCore Replaced the existing custom webhooks registration and dispatching system with the WebhooksCore library. This involved removing all previous custom webhook classes and interfaces, updating project dependencies, and modifying appsettings and program files to use the new configuration. The update simplifies the webhook handling architecture and leverages the features provided by WebhooksCore. * Hide API key in Datadog Docker compose file This change replaces the exposed Datadog API key with a placeholder "<HIDDEN>". This enhances security by preventing the API key from being visible in the version control system. |
||
|---|---|---|
| .. | ||
| Models | ||
| Properties | ||
| Workflows | ||
| appsettings.json | ||
| Elsa.Samples.AspNet.Onboarding.WorkflowServer.csproj | ||
| Program.cs | ||
| Readme.md | ||
| run-onboard-workflow.http | ||
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.