elsa-core
elsa-core copied to clipboard
A .NET workflows library
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
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
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...
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...
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 -...
I would like to get rid of the console log warnings that come up after changing a property on a custom activity.  These always appear when navigating to the...