
Custom Activities | Elsa - Elsa Help
Apr 1, 2024 · Elsa is equipped with a comprehensive suite of prebuilt activities, designed to support a wide range of use cases, from basic operations like "Set Variable" to more advanced functions such as "Send Email." These out-of-the-box activities lay a solid foundation for efficiently constructing and managing workflows across a multitude of scenarios.
Workflow Activation Strategies | Elsa
Sep 21, 2024 · Elsa 3.0 Help Workflow Activation Strategies Workflows can be configured with an activation strategy , which controls whether a given workflow can be executed or not.
Overview | Elsa - Elsa Help
Mar 31, 2024 · Long & Short Running Workflows: Whether you need a workflow that runs over days, waiting for user input, or one that completes in milliseconds, Elsa can handle it. Activity Library: A rich set of out-of-the-box activities that serve as the building blocks for your workflows.
Invoking Workflows | Elsa - Elsa Help
Feb 4, 2024 · Navigate to Workflows | Instances to see that the workflow did indeed invoke the Using Elsa Studio workflow: The Dispatch Workflow activity offers a simple way to invoke a workflow from another workflow. Elsa REST API. When setting up Elsa Server from the installation guide, it will include the Elsa API module which exposes API endpoints.
Introduction | Elsa - Elsa Help
Jan 21, 2024 · Elsa Workflows is a powerful and flexible execution engine, encapsulated as a set of open-source .NET libraries designed to infuse .NET applications with workflow capabilities. With Elsa, developers can weave logic directly into their systems, enhancing functionality and automation and align seamlessly with the application’s core functionality.
Elsa Server | Elsa - Elsa Help
Apr 1, 2024 · An Elsa Server is an ASP.NET Core web application that lets you manage workflows using a REST API ad execute them. You can store your workflows in various places like databases, file systems, or even cloud storage.
Getting Started | Elsa - Elsa Help
Whether you're new to workflows or an experienced developer, we've got the resources to help you integrate Elsa seamlessly into your project.
Elsa Studio | Elsa - Elsa Help
Jan 21, 2024 · To setup Elsa Studio, we'll go through the following steps: Create a New Blazor Webassembly App. Execute the following command in the terminal:
Guides | Elsa - Elsa Help
Jan 21, 2024 · Elsa 3.0 Help. Guides. In this section, we have a collection of guides for you that touches various concepts and concrete implementations integrally. Last modified: 21 January 2024.
Loading Workflows from JSON | Elsa - Elsa Help
Jan 27, 2024 · When you're hosting an Elsa Server, providing workflows from JSON files is even easier. All you need to do then is create a folder called Workflows and add any number of workflow JSON files to it. Let's try it out: