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

This PR contains Kafka support using Confluent.Kafka for sending and receiving events. Use a work manager to deploy a worker with a consumer for each topic-group configured in the workflow...

Hi, I think it's currently not possible set the file content byte[] from JavasScript in Out File activity. Reading with with Read File and writing the resulting bytes work fine....

I am currently evaluating ELSA workflow. One of the items I'm evaluating is the dashboard. I followed the instruction in the dashboard quickstart https://elsa-workflows.github.io/elsa-core/docs/next/quickstarts/quickstarts-aspnetcore-server-dashboard When I run dotnet ElsaQuickstarts.Server.Dashboard.dll and...

With reference to this https://github.com/elsa-workflows/elsa-core/pull/2992. Using multi-tenancy at record level. Created one workflow which is having WatchDirectory as first activity, but with tenant-id this workflow do not get triggered. But...

bug

Hi, I am trying to access workflow variables inside the liquid templates within workflow designer but any attempt to access variables throws an exception,this is my liquid expression , if...

### Discussed in https://github.com/elsa-workflows/elsa-core/discussions/3053 Originally posted by **gor8808** May 22, 2022 I have this workflow While(true) |(iterate)| Writeline() When I cancel this workflow (after execution) using this endpoint -- ​/v1​/workflow-instances​/{id}​/cancel...

enhancement

Investigating #3154 I found that Elsa behaves unpredictably if multiple save/publish request are sent for the same workflowDefinitionId concurrently. This error was first produced on the dashboard UI during normal...

bug

We had some issues with installing **Elsa.Rebus.AzureServiceBus** package. The errors are present in the following picture: ![image](https://user-images.githubusercontent.com/96233009/177518524-93b45bef-377f-4930-a911-6e841c8a79d9.png) The problem is that the package has a dependency on **Rebus.AzureServiceBus 9.0.8**. This...

documentation

When publishing a workflow, the Notification UI seems to show two notifications in quick succession: one for publishing and one for published (see animated gif recording). We should probably reuse...

workflow tooling

Following discussion on discord, After some test, we can see that Route Params available in the RouteValues dictionary are stored in lowercase. RouteValues Keys AND Values are in lowercase ![image](https://user-images.githubusercontent.com/3254429/177851784-f79c9699-31d9-49d8-a2ee-c7449cadb909.png)...