From fefb07767888920c1ba1576e90639ebc9d8c30d2 Mon Sep 17 00:00:00 2001 From: jdevillard Date: Thu, 25 Apr 2024 14:42:53 +0200 Subject: [PATCH] Clone the Serializer Options to customize for specific context (#5278) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérémie DEVILLARD Co-authored-by: Sipke Schoorstra --- .../Endpoints/WorkflowDefinitions/Post/Endpoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Post/Endpoint.cs b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Post/Endpoint.cs index a05c3b7d2..23ce77e01 100644 --- a/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Post/Endpoint.cs +++ b/src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Post/Endpoint.cs @@ -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;