Clone the Serializer Options to customize for specific context (#5278)

Co-authored-by: Jérémie DEVILLARD <jdevillard@users.noreply.github.com>
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
This commit is contained in:
jdevillard 2024-04-25 14:42:53 +02:00 committed by GitHub
parent 2b30b53725
commit fefb077678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ using Elsa.Workflows.Management.Contracts;
using Elsa.Workflows.Models;
using Elsa.Workflows.Serialization.Converters;
using Microsoft.AspNetCore.Http;
using Elsa.Extensions;
namespace Elsa.Workflows.Api.Endpoints.WorkflowDefinitions.Post;