Sipke Schoorstra

Results 97 issues of Sipke Schoorstra

When the "realtime workflows" feature is active, a SignalR hub facilitates connections from Elsa Studio applications to receive updates on running workflow instances. This feature is useful for real-time monitoring...

elsa 3

Currently, Elsa Workflows supports dynamic activity providers, enabling activities to be dynamically added to the system and utilized within the designer. However, there is a gap in functionality when it...

enhancement
elsa 3

We're looking to enhance Elsa's data processing capabilities. To do this, we're drawing ideas from Azure Data Factory. Here's a breakdown of the new concepts we're considering for integration: 1....

enhancement
elsa 3

**Objective:** To enhance the current workflow execution process by introducing the concept of "commit points". This will allow for more frequent and controlled persistence of workflow state to the database,...

elsa 3

Hi! This is a really helpful productivity component, thank you! I was looking for a way to use this component for configuring the DarkPalette of the theme as well. Perhaps...

Like in Elsa 2, we need a loop detection utility to prevent workflows from running wild in case of a user mistake to avoid CPUs from melting. In addition, we...

enhancement
core
workflow tooling
elsa 3

## The Problem The current UI retrieves and loads the entire workflow graph from the server, which leads to: - Large JSON payloads that are several megabytes in size. -...

performance
elsa 3

This PR fixes a concurrency issue when sending concurrent workflow execution requests to the same workflow instance with different inputs. Originally, this change was made to add support for sending...

## Summary The `BulkDispatchWorkflows` activity fails to complete due to a concurrency issue introduced during an update. This issue arises when updating the workflow instance to store workflow input before...

bug
elsa 3

## Background This bug occurs when testing publishing in conjunction with the "Usable as Activity" setting. It is challenging to reproduce as it requires the system to enter a specific...

bug