jdevillard

Results 14 issues of jdevillard

There is an issue when you use Composite Activity and you don't want to store you input/ouput variable in the StorageProvider (or you want to change the storage provider). The...

stale

Issue detected using SQL Azure Standard S1: 20 DTUs. I've dig into the retention module and see that no data was really deleted from the Db. After going step by...

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)...

Like for the preview packages of nuget, it could be really useful to get preview package of the designer. This will allow to get the latest version without to compile/embed...

As a developper, I would like to integrate the designer and other part of the Web Components inside my application. A discussion around __Embedding designer already exist__ #800 but this...

enhancement
documentation
workflow tooling
prio low

_Originally posted by @sfmskywalker in https://github.com/elsa-workflows/elsa-core/issues/749#issuecomment-797483211_ I propose the following step/idea to update the Azure Service Bus Activities : - [ ] Implement opt-in/out to check / create service bus...

enhancement
activity
prio low

add schema for migration should fix #5022

This PR init the capability to choose if we want to store input properties and payload (output) of activity in the Activity Execution Log Record regarding the #4799 This PR...

elsa 3

This parser is looking for `text/plain` content-type so it cannot handle : - text/html - application/xml - text/xml the last two can be handle by the `XmlHttpContentParser` if target type...

enhancement
elsa 3

When trying to use the HttpRequest Activity with content-type application/x-www-form, I've encountered the following issue : When using a string variable with something like `key1=value1&key2=value2` ``` The JSON value could...

bug
elsa 3