diff --git a/docs/en/Samples/Index.md b/docs/en/Samples/Index.md index 18312e4b55..9267b8956e 100644 --- a/docs/en/Samples/Index.md +++ b/docs/en/Samples/Index.md @@ -78,4 +78,7 @@ While there is no Razor Pages & MongoDB combination, you can check both document * [Article](https://community.abp.io/articles/using-devextreme-components-with-the-abp-framework-zb8z7yqv) * **Empty ASP.NET Core Application**: The most basic ASP.NET Core application with the ABP Framework installed. * [Source code](https://github.com/abpframework/abp-samples/tree/master/BasicAspNetCoreApplication) - * [Documentation](../Getting-Started-AspNetCore-Application.md) \ No newline at end of file + * [Documentation](../Getting-Started-AspNetCore-Application.md) +* **Using Elsa Workflow with ABP Framework**: Shows how we can use Elsa Core workflow library within our ABP-based application. + * [Source code](https://github.com/abpframework/abp-samples/tree/master/ElsaDemo) + * [Article](https://community.abp.io/articles/using-elsa-workflow-with-the-abp-framework-773siqi9)