Sipke Schoorstra
Sipke Schoorstra
I like it!
Thanks for reporting! > Also any documentation around customizing the designer UI specifically to update / add custom workflow block / elements or icons. We're tracking this here: - https://github.com/elsa-workflows/elsa-documentation/issues/64...
Good point. Perhaps that error handling code needs to check to see if a response is already being sent, and if so, ignore it. In that light, I also wonder...
> What will be the difference between placing the HttpResponse activity in the middle with a checkbox to wait until the end and placing the activity at the end of...
@jdevillard Yes, we could just add the call to `CompleteAsync`, but then there's the potential for an error happening in subsequent parts of the HTTP request context, which the client...
@ciaranodonnell On second thought, I think the expectation that you described makes sense. So maybe, instead of doing the checkbox thing, it should be a system-wide flag that controls the...
Confirmed: @rboylesDev thanks for reporting!
Actually, when I let it running, it seems to purge memory: So now I am not really sure there is a memory leak 🤔
Unless the "23,4 unreachable" is a hint.
@rboylesDev Just to make sure: is the application using non-memory stores for all of the modules: - Workflow Management - Workflow Runtime Unless you explicitly configure the persistence provider for...