About 37 results
Open links in new tab
  1. 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 image. Docker Compose Configuration. Below is an example Docker Compose configuration that sets up the Elsa Server + Studio application:

  2. 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: ASPNETCORE_ENVIRONMENT: Specifies the environment (e.g., Development). HTTP_PORTS: Specifies the HTTP port within the container. HTTP__BASEURL: Sets the …

  3. Optimize | Elsa

    Optimizing Elsa Workflows. This section covers various strategies and features to optimize the performance and scalability.

  4. 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:

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

  6. Log Persistence | Elsa

    services.AddElsa(elsa => { elsa.UseManagement(management => { management.SetDefaultLogPersistenceMode(LogPersistenceMode.Exclude); }); }); With this configuration, by default, no activity input or output will be included in execution records across all workflows and activities.

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

  8. 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 Task activity that generates Run Task webhook events.

  9. 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 create a new ASP.NET project by following the Elsa Server setup guide, or …

  10. 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 Documents, Customers, or Orders. By leveraging Correlation IDs, developers can implement workflows that are traceable, monitorable, and better suited for complex ...