MariusVuscanNx

Results 11 issues of MariusVuscanNx

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

## Description We created a INotificationHandler and we tried getting the value of an input. That value was of type dictionary when using mass-transit and of type expando object when...

bug
elsa 3

## Description If we try to use the Bulk Dispatch Workflows activity with more than one item while having the mass-transit disabled, the same input will be sent to every...

bug

# Issue: Inconsistent Workflow Cancellation Status Display ## Reproduction Steps: To reproduce the issue, follow these steps: 1. Identify a set of suspended workflow instances. 2. Review the status of...

elsa 3
bounty

Implemented two levels of read-only: - Global read-only that can be set at the engine level by ``` .UseWorkflowsApi(api => { api.UseReadOnlyMode(); }) ``` If enabled, publish, unpublish, delete, create,...

This change is [](https://reviewable.io/reviews/elsa-workflows/elsa-core/5713)

## Description Configuring the scheduling activities with the default provider (neither quartz nor hangfire), in a single-node environment has a few issues like duplicate executions when updating an existing workflow...

bug

## Description When setting the 'wrong' Result output of an HTTP endpoint activity - it can crash the API/POD ## Steps to Reproduce 1) Create a simple workflow : like...

bug

## Description Using a workflow variable storage for a DownloadHttpFile activity will result in an error. ## Steps to Reproduce 1) create a simple download file workflow like so: ![image](https://github.com/user-attachments/assets/43617af4-df29-4ff0-bb7f-364d29502456)...

bug

## Description Selecting one workflow instance and pressing bulk export in the ui produces a corrupted zip that cannot be open. ## Steps to Reproduce 1. Go to workflows instances...

bug