A search index plugin for Workflow Core backed by Elasticsearch, enabling you to index your workflows and search against the data and state of them.
Info
Version: | 3.11.0 |
Author(s): | Daniel Gerlag |
Last Update: | Tuesday, September 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielgerlag/workflow-core |
NuGet Url: | https://www.nuget.org/packages/WorkflowCore.Providers.Elasticsearch |
Install
Install-Package WorkflowCore.Providers.Elasticsearch
dotnet add package WorkflowCore.Providers.Elasticsearch
paket add WorkflowCore.Providers.Elasticsearch
WorkflowCore.Providers.Elasticsearch Download (Unzip the "nupkg" after downloading)
Dependencies
- WorkflowCore(>= 3.1.5)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- NEST(>= 7.5.1)