SCPN1-10534

This commit is contained in:
2026-04-03 16:32:02 +02:00
parent ee7e5bb8c9
commit 97f93a1f26

View File

@@ -22,7 +22,7 @@
<#-- Warning: if deletion is selected, all metadata related to the logistics execution will also be removed. --> <#-- 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. --> <#-- 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> <#switch id.apiRestReflexID!no_apiRestReflexID>
<#case no_apiRestReflexID> <#case no_apiRestReflexID>
@@ -164,8 +164,8 @@
[ [
{ {
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted> <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted>
"apiReflexPlatformID" : "${apiReflexPlatformID}", "apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" : "datas" :
<#include "RFXtoRP_ExecutionflowDeleted.ftl"> <#include "RFXtoRP_ExecutionflowDeleted.ftl">
} }
] ]