jdevillard
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...
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...
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....
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,...