diff --git a/RFXtoRP_RestResponse.ftl b/RFXtoRP_RestResponse.ftl index 9ce70f5..306ec77 100644 --- a/RFXtoRP_RestResponse.ftl +++ b/RFXtoRP_RestResponse.ftl @@ -22,7 +22,7 @@ <#-- Warning: if deletion is selected, all metadata related to the logistics execution will also be removed. --> <#-- If DeleteEF_False = true, we do not delete the logistics execution. If DeleteEF_False = false, we delete the logistics execution. --> <#-- --------------------------------------------------------------------------------------- --> -<#assign DeleteEF_False = true> +<#assign DeleteEF_False = false> <#switch id.apiRestReflexID!no_apiRestReflexID> <#case no_apiRestReflexID> @@ -164,8 +164,8 @@ [ { <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted> - "apiReflexPlatformID" : "${apiReflexPlatformID}", - "datas" : + "apiReflexPlatformID" : "${apiReflexPlatformID}", + "datas" : <#include "RFXtoRP_ExecutionflowDeleted.ftl"> } ]