joskoanicic
joskoanicic
Was there any work on this? The C# generator has the same problem it recognises the parameter as Dictionary and ends using this: ``` {% elsif parameter.IsDictionary -%} foreach (var...
If I may hijack this thread as I wanted to ask the same question. Is there a way to make this invocation aware of the MS.DI scope? We are using...
Steven, as always you never cease to amaze me. Thank you on this, I will test this and look further into the code of workflow-core. I will let you know...
MediatR isn't suited for this. You could try TPL or inject a list of your own "handlers" to which you pass the message received in the MediatR handler, and then...
Thank you on the thorough response. I will definitely look into both libraries, as you said the community could pick certain features and therefore push this library forward. Maybe someone...
Relevant pull request: https://github.com/elsa-workflows/elsa-core/pull/6145
We discovered that each C# expression handler uses approximately 200MB of memory and rarely, if ever, releases it. For now, we have started avoiding the use of C# expressions.
Relevant pull request: https://github.com/elsa-workflows/elsa-core/pull/6145