
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 …
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 …
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 …
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. …
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 …
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 …
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 …