Elastic.Transport by: Elastic and contributors
  • 155 total downloads
  • Latest version: 0.9.2
  • elastic stack transport resiliency
Client connectivity bits, exposes a potentially cluster aware request pipeline that can be resilient to nodes dropping out of rotation. This package is heavily optimized for the Elastic (elastic.co) product suite and Elastic Cloud (cloud.elastic.co) SAAS offering.
Elasticsearch.Net by: Elastic and contributors
  • 301 total downloads
  • Latest version: 7.17.5
  • elasticsearch elastic search lucene nest
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
Elsa by: Elsa Workflows Community
  • 412 total downloads
  • Latest version: 3.5.0-rc2
  • elsa bundle
Bundles the most commonly-used packages when building an Elsa workflows application.
Elsa.Abstractions by: Elsa Contributors
  • 267 total downloads
  • Latest version: 2.15.2
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides abstractions and models that are used by Elsa.Core and other related packages. You don't need to reference this package separately if you reference any other Elsa package.
Elsa.Activities.Console by: Elsa Contributors
  • 249 total downloads
  • Latest version: 2.15.2
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Console activities: * ReadLine * WriteLine
Elsa.Activities.ControlFlow by: Elsa Contributors
  • 103 total downloads
  • Latest version: 1.5.5.1943
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable super-fast workflowing capabilities in any .NET Core application. This package provides the following control flow activities: * ForEach * Fork * IfElse * Join * Switch * While
Elsa.Activities.Email by: Elsa Contributors
  • 247 total downloads
  • Latest version: 2.15.2
  • elsa workflows email smtp
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Email activities: * SendEmail
Elsa.Activities.Http by: Elsa Contributors
  • 274 total downloads
  • Latest version: 2.15.2
  • elsa workflows http
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Console activities: * ReceiveHttpRequest * SendHttpRequest * WriteHttpResponse
Elsa.Activities.Timers by: Elsa Contributors
  • 128 total downloads
  • Latest version: 2.0.0-preview7.1545
  • elsa workflows timers background tasks
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following Timer activities: * CronEvent * InstantEvent * TimerEvent
Elsa.Activities.UserTask by: Elsa Contributors
  • 244 total downloads
  • Latest version: 2.15.2
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the following User Task activities: * UserTask
Elsa.Activities.Workflows by: Elsa Contributors
  • 101 total downloads
  • Latest version: 1.5.5.1943
  • elsa workflows
Elsa is a set of workflow libraries and tools that enable super-fast workflowing capabilities in any .NET Core application. This package provides the following Workflow activities: * Correlate * Finish * Signaled * Start * TriggerSignal * TriggerWorkflow
Elsa.Alterations by: Elsa Workflows Community
  • 128 total downloads
  • Latest version: 3.5.0-rc2
  • elsa module alterations
Provides alterations for workflow instances.
Elsa.Alterations.Core by: Elsa Workflows Community
  • 129 total downloads
  • Latest version: 3.5.0-rc3
  • elsa module alterations
Provides core interfaces, models and services that support the alteration engine.
Elsa.Api.Client by: Elsa Workflows Community
  • 128 total downloads
  • Latest version: 3.5.0-rc2
  • elsa api client
Provides HTTP clients for the Elsa Workflows REST API.
Elsa.Api.Common by: Elsa Workflows Community
  • 137 total downloads
  • Latest version: 3.5.0-rc1
  • elsa api common
Provides common features to modules that expose API endpoints.
Elsa.Caching by: Elsa Workflows Community
  • 91 total downloads
  • Latest version: 3.5.0-rc1
  • elsa module caching
Provides caching services and utility functions common to Elsa modules.
Elsa.Common by: Elsa Workflows Community
  • 146 total downloads
  • Latest version: 3.5.0-rc3
  • elsa module common
Provides services and utility functions common to Elsa modules. For example, it provides a system clock and a memory store implementation.
Elsa.Core by: Elsa Contributors
  • 337 total downloads
  • Latest version: 2.15.2
  • elsa workflows orchard
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package contains the core of Elsa. Tip: reference the `Elsa` package instead of this one.
Elsa.CSharp by: Elsa Workflows Community
  • 124 total downloads
  • Latest version: 3.5.0-rc1
  • elsa module expressions scripting csharp
Provides a CSharp expression provider.
Elsa.Dsl by: Elsa Workflows Community
  • 144 total downloads
  • Latest version: 3.5.0-rc3
  • elsa module scripting dsl antlr4
Provides a custom DSL to write workflows with in a syntax similar to JavaScript but with native keywords translating to workflow functionality. For example if/else would translate to the If activity. Very cool, but also very experimental ;)