Elsa.Activities.Http by: Elsa Contributors
  • 720 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
  • 281 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
  • 609 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
  • 169 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
  • 287 total downloads
  • Latest version: 3.5.1
  • elsa module alterations
Provides alterations for workflow instances.
Elsa.Alterations.Core by: Elsa Workflows Community
  • 287 total downloads
  • Latest version: 3.5.1
  • elsa module alterations
Provides core interfaces, models and services that support the alteration engine.
Elsa.Api.Client by: Elsa Workflows Community
  • 312 total downloads
  • Latest version: 3.5.1
  • elsa api client
Provides HTTP clients for the Elsa Workflows REST API.
Elsa.Api.Common by: Elsa Workflows Community
  • 318 total downloads
  • Latest version: 3.5.1
  • elsa api common
Provides common features to modules that expose API endpoints.
Elsa.Caching by: Elsa Workflows Community
  • 225 total downloads
  • Latest version: 3.5.1
  • elsa module caching
Provides caching services and utility functions common to Elsa modules.
Elsa.Common by: Elsa Workflows Community
  • 319 total downloads
  • Latest version: 3.5.1
  • 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
  • 723 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
  • 289 total downloads
  • Latest version: 3.5.1
  • elsa module expressions scripting csharp
Provides a CSharp expression provider.
Elsa.Dsl by: Elsa Workflows Community
  • 322 total downloads
  • Latest version: 3.5.1
  • 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
  • 271 total downloads
  • Latest version: 3.5.1
  • elsa module elasticsearch
Provides Elasticsearch implementation for workflow state persistence.
Elsa.EntityFrameworkCore by: Elsa Workflows Community
  • 304 total downloads
  • Latest version: 3.5.1
  • elsa module persistence efcore
Provides Entity Framework Core implementations of various abstractions from various modules.
Elsa.EntityFrameworkCore.Common by: Elsa Workflows Community
  • 292 total downloads
  • Latest version: 3.5.1
  • elsa module persistence efcore
Provides common Entity Framework Core types for implementing EF Core persistence of varipus ELsa modules.
Elsa.EntityFrameworkCore.Sqlite by: Elsa Workflows Community
  • 247 total downloads
  • Latest version: 3.5.1
  • elsa module persistence efcore sqlite
Provides SQLite EF Core migrations for various modules.
Elsa.Expressions by: Elsa Workflows Community
  • 339 total downloads
  • Latest version: 3.5.1
  • 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
  • 320 total downloads
  • Latest version: 3.5.1
  • elsa common
Provides utilities to turn your class library into a module that provides features.
Elsa.Http by: Elsa Workflows Community
  • 322 total downloads
  • Latest version: 3.5.1
  • elsa module http activities
Provides HTTP activities to listen for and send out HTTP requests.