David Garza

Results 7 comments of David Garza

@terryaney Had the same question. Digging a bit I found this issue over on dotnet runtime. TL;DR; A new Activity in HttpClient is created before sending the HTTP request causing...

@sfmskywalker I found this, might be related? https://github.com/elsa-workflows/elsa-core/issues/221 Our product team is beginning work on storing sensitive data outside of Elsa's core database and using an activity to set transient...

@terryaney I am afraid we've sunset the use-case for Serilog. Sorry I can't help further.

A few PR's that maybe related: https://github.com/elsa-workflows/elsa-core/pull/4441 https://github.com/elsa-workflows/elsa-core/pull/4430 @liuliang-wt Any chance the changes you've made caused the reported error?  JSON Serialization was recently changed between 2.12 and 2.14.x

@sfmskywalker secrets we use often have an expiration date, and as such we need someone to renew that secret from time to time. Could support for, minimally, adding expiration date...