Sipke Schoorstra

Results 97 issues of 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...

enhancement

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

enhancement
elsa 3
dao proposal

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

devops
maintenance

Like in Elsa 2, in Elsa 3 we should be able to retry faulted workflows.

core
workflow tooling

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

enhancement
elsa 3

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

enhancement
elsa 3

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

enhancement
elsa 3

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

good first issue

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

enhancement

### Discussed in https://github.com/elsa-workflows/elsa-core/discussions/4100 Originally posted by **zuohuaijun** April 26, 2023

elsa 3