
Elsa Server + Studio - Single Image
Elsa Server + Studio - Single Image. This guide demonstrates how to set up Elsa Server and Studio using Docker Compose, enabling you to run both components from a single Docker …
Elsa Server + Studio | Elsa
Dec 1, 2024 · Elsa Studio. Elsa Studio is configured to run on http://localhost:13000. It connects to Elsa Server at http://localhost:12000/elsa/api. Key environment variables include: …
Optimize | Elsa
Optimizing Elsa Workflows. This section covers various strategies and features to optimize the performance and scalability.
Elsa Studio | Elsa
To setup Elsa Studio, we'll go through the following steps: Create a New Blazor Webassembly App. Execute the following command in the terminal:
Workflow Instance Variables | Elsa
Nov 9, 2024 · Elsa 3.0 Help Workflow Instance Variables This topic covers various services and API endpoints available for listing and managing the variables of a workflow instance.
Log Persistence | Elsa
services.AddElsa(elsa => { elsa.UseManagement(management => { management.SetDefaultLogPersistenceMode(LogPersistenceMode.Exclude); }); }); With this …
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.
External Application Interaction | Elsa - Elsa Help
Jan 27, 2024 · In this guide, we have seen how to set up an Elsa Server project and configure it to send webhook events to the Onboarding application. We have seen how to leverage the Run …
MassTransit | Elsa - Elsa Help
Feb 19, 2024 · In this tutorial, we will set up an Elsa Server and configure it to use the MassTransit module and see it in action. Prerequisites. For this tutorial, you will need: To …
Correlation ID | Elsa
Sep 21, 2024 · The Correlation ID in Elsa Workflows (version 3) is a powerful tool for associating and tracking related workflow instances, as well as linking workflows to domain entities like …