Sipke Schoorstra
Sipke Schoorstra
Workflow Templates allows a given workflow to be placed inside a workflow template, similar to the way a Blazor component template allows a component to have one or more templated...
### Tenants & Shells An Elsa application is composed using _Shell Blueprints_, which serve as the foundational templates for constructing _Shells_. Each Shell Blueprint comprises a collection of _Features_. These...
We need to integrate the Renovate bot into our CI/CD pipeline to automate dependency updates. ## Tasks 1. Install and configure the Renovate bot from [GitHub Apps](https://github.com/apps/renovate). 2. Set up...
Like in Elsa 2, in Elsa 3 we should be able to retry faulted workflows.
We need to enable the ability to deploy application instances with distinct roles: API servers and worker servers. To achieve this, we must update the MassTransit module to include a...
### Problem Statement Currently, importing workflows from JSON involves deserializing the JSON into a Workflow object, which is then serialized again into JSON for storage in the database. This process...
## Overview We need the ability to mark workflow variables as readonly. This feature will ensure that once a variable is set, it cannot be modified within the workflow. ##...
We should have the following.NET project templates for getting started quickly: - dotnet new elsa-server - dotnet new elsa-dashboard - dotnet new elsa The latter one will create a new...
Currently, `JournalData` is stored alongside the `WorkflowExecutionLogRecord` entity. However, the `WorkflowExecutionLogRecord` is designed to be emitted by an activity, for which an `ActivityExecutionRecord` is created per activity instance. Since the...
### Discussed in https://github.com/elsa-workflows/elsa-core/discussions/4100 Originally posted by **zuohuaijun** April 26, 2023