You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm currently using Elsa 3's server with the studio and I'm wondering if there is a way to change the default JsonSerializerOptions that Elsa uses in its HttpResponse activities, I need it to ignore when writing null values and use camel case. I couldn't seem to find a way to apply this globally within Elsa either in code or studio. At the moment I am adding attributes to my objects to achieve what I want, however this is very long winded and I was wondering if I was just missing some easy way to do this.
I couldn't find anything in the docs about this or a discussion about it, I have tried something like this to no avail
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm currently using Elsa 3's server with the studio and I'm wondering if there is a way to change the default JsonSerializerOptions that Elsa uses in its HttpResponse activities, I need it to ignore when writing null values and use camel case. I couldn't seem to find a way to apply this globally within Elsa either in code or studio. At the moment I am adding attributes to my objects to achieve what I want, however this is very long winded and I was wondering if I was just missing some easy way to do this.
I couldn't find anything in the docs about this or a discussion about it, I have tried something like this to no avail
Any help is appreciated, thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions