Elsa.Activities.Temporal.Common
by: Elsa Contributors
- 1.359k total downloads
- Latest version: 2.15.2
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides common/shared logic for the following temporal (time-based) activities:
* Cron
* Instant
* Timer
In order to consume these activities, install a package which provides an implementation, such as either of:
* Elsa.Activities.Temporal.Hangfire
* Elsa.Activities.Temporal.Quartz
Elsa.Core
by: Elsa Contributors
- 4.026k total downloads
- Latest version: 2.15.2
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.Activities.Temporal.Hangfire
by: Elsa Contributors
- 1.481k total downloads
- Latest version: 2.15.2
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides a Hangfire timer provider.
Elsa.Expressions
by: Elsa Workflows Community
- 1.693k total downloads
- Latest version: 3.5.2
Provides infrastructure for registering and executing workflow expressions.
Out of the box, it provides a DelegateExpression and LiteralExpression.
Elsa.Designer.Components.Web
by: Elsa Contributors
- 1.901k total downloads
- Latest version: 2.15.2
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides ASP.NET Core component bindings for the Elsa Designer web component.
Elsa.Mediator
by: Elsa Workflows Community
- 1.52k total downloads
- Latest version: 3.5.2
Provides a mediator service inspired by MediatR.
Elsa.Persistence.EntityFramework.Core
by: Elsa Contributors
- 1.624k total downloads
- Latest version: 2.15.2
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides Entity Framework Core entities used by the various Elsa persistence EF Core providers.
Elsa.Activities.UserTask
by: Elsa Contributors
- 3.119k total downloads
- Latest version: 2.15.2
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.Persistence.EntityFramework.SqlServer
by: Elsa Contributors
- 1.702k total downloads
- Latest version: 2.15.2
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides Entity Framework Core migrations for the SQL Server database provider.
Elsa.Dsl
by: Elsa Workflows Community
- 1.548k total downloads
- Latest version: 3.5.2
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 ;)
Elsa.Api.Common
by: Elsa Workflows Community
- 1.704k total downloads
- Latest version: 3.5.2
Provides common features to modules that expose API endpoints.
Elsa.Activities.Timers
by: Elsa Contributors
- 2.464k total downloads
- Latest version: 2.0.0-preview7.1545
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.Features
by: Elsa Workflows Community
- 1.636k total downloads
- Latest version: 3.5.2
Provides utilities to turn your class library into a module that provides features.
Elsa.Common
by: Elsa Workflows Community
- 1.642k total downloads
- Latest version: 3.5.2
Provides services and utility functions common to Elsa modules.
For example, it provides a system clock and a memory store implementation.
Elsa.Activities.Webhooks
by: Elsa Contributors
- 1.552k total downloads
- Latest version: 2.15.2
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
This package provides Webhook activities.
Elsa.Activities.Http
by: Elsa Contributors
- 3.674k total downloads
- Latest version: 2.15.2
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.Workflows
by: Elsa Contributors
- 1.353k total downloads
- Latest version: 1.5.5.1943
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.KeyValues
by: Elsa Workflows Community
- 1.265k total downloads
- Latest version: 3.5.2
Provides a store for holding key value records.
Elsa.JavaScript
by: Elsa Workflows Community
- 1.54k total downloads
- Latest version: 3.5.2
Provides a JavaScript expression provider.
Elsa.Caching
by: Elsa Workflows Community
- 1.046k total downloads
- Latest version: 3.5.2
Provides caching services and utility functions common to Elsa modules.