elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

A .NET workflows library

Results 695 elsa-core issues
Sort by recently updated
recently updated
newest added

We're trying to deploy ELSA 2.2.0 solution on Windows Server 2012 & IIS 8.5 but getting web.config related errors will running the application. Please confirm if ELSA 2.2.0 is compatible...

Currently, the proto actor runtime uses the in-memory cluster provider. We should add a feature that configures the Kubernetes cluster provider.

Similar to what's been done [here](https://github.com/elsa-workflows/elsa-core/issues/2572) for Elsa 2, we need a panel to manage workflow definition history on Elsa 3. Depends on #3029

workflow tooling

Similar to what's been done [here](https://github.com/elsa-workflows/elsa-core/issues/2572) for Elsa 2, we need API endpoints to manage workflow definition version history. Blocks #3028

core

Port over the HTTP Response activity from Elsa 2.

activity

I have a workflow with some activities and some customs. One of the custom activity just does return Fault(); I'm using HangfireDispatcher. What I see is that if I press...

bug

When creating a workflow from code there is the option to use transient for storing activity properties and variables. it will work from the designer but not from code. SetTransient...

bug

The designer should display a confirmation modal before executing the following destructive operations: - [x] Delete Workflow Definition - [x] Delete Workflow Version - [x] Bulk Delete Workflow Definitions -...

workflow tooling

I would like to get rid of the console log warnings that come up after changing a property on a custom activity. ![unknown](https://user-images.githubusercontent.com/92802930/179503320-291d238a-52e6-4cde-9a00-6705a5d0e26c.png) These always appear when navigating to the...