Elsa.Common by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • 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
  • 7 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
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module expressions scripting csharp
Provides a CSharp expression provider.
Elsa.Dapper by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module persistence dapper
Provides Dapper implementations of various persistence abstractions from various modules.
Elsa.Dapper.Migrations by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa persistence dapper migrations
Provides Dapper migrations for Dapper perisstence providers from various modules.
Elsa.DropIns by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa drop-ins common
Provides drop-in features for Elsa workflows.
Elsa.DropIns.Core by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa drop-ins common
Reference this package when developing drop-ins for Elsa Workflows.
Elsa.Dsl by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • 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 ;)
Elsa.Elasticsearch by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module elasticsearch
Provides Elasticsearch implementation for workflow state persistence.
Elsa.Email by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module activities email
Provides a SendEmail activity that lets you send emails from a workflow.
Elsa.EntityFrameworkCore by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module persistence efcore
Provides Entity Framework Core implementations of various abstractions from various modules.
Elsa.EntityFrameworkCore.Common by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module persistence efcore
Provides common Entity Framework Core types for implementing EF Core persistence of varipus ELsa modules.
Elsa.EntityFrameworkCore.PostgreSql by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module persistence efcore postgresql
Provides PostgreSQL EF Core migrations for various modules.
Elsa.EntityFrameworkCore.Sqlite by: Elsa Workflows Community
  • 4 total downloads
  • Latest version: 3.5.1
  • elsa module persistence efcore sqlite
Provides SQLite EF Core migrations for various modules.
Elsa.EntityFrameworkCore.SqlServer by: Elsa Workflows Community
  • 5 total downloads
  • Latest version: 3.5.1
  • elsa module persistence efcore sqlserver
Provides SQL Server EF Core migrations for various modules.
Elsa.Expressions by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module scripting expressions
Provides infrastructure for registering and executing workflow expressions. Out of the box, it provides a DelegateExpression and LiteralExpression.
Elsa.Features by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa common
Provides utilities to turn your class library into a module that provides features.
Elsa.Hangfire by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module hangfire jobs scheduling
Provides Hangfire integration and an implementation of Elsa's IJobQueue implementation.
Elsa.Hosting.Management by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module hosting
Provides hosting management functionality.
Elsa.Http by: Elsa Workflows Community
  • 0 total downloads
  • Latest version: 3.4.0
  • elsa module http activities
Provides HTTP activities to listen for and send out HTTP requests.