jdevillard

Results 14 issues of jdevillard

TLDR : **We should offer a simple way to let the workflow write to the http response directly and perhaps resume asynchronously** ************************************************** After doing some test on HttpEndpoint Activity...

performance
elsa 3

Due to recent changes regarding the development of the multi-tenancy, the `Elsa.AzureServiceBus.HostedServices.StartWorkers` hosted service need to be change to inject `IServiceScopeFactory` and create a scope. Also `Elsa.AzureServiceBus.Services.ServiceBusInitializer` need to use...

bug
elsa 3

In the actual implementation, `LogRecords` are done using differents interfaces : - `IActivityExecutionStore` that store serialized information about activity I/O - `IWorkflowExecutionLogStore` that store serialize information about Workflow and ActivityContext....

enhancement
elsa 3

As mention in discord and during weekly community session, it would be great to embed some kind of `identity object` in the Workflow Context. Coupled with some kind of activity,...

elsa 3