Sipke Schoorstra
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...
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...
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....
**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,...
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...
## 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. -...
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...
## 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...