Prepration Expected (new API)
This commit is contained in:
parent
0d9a4948a7
commit
8991420bbb
@ -17,25 +17,24 @@
|
||||
<#assign preparationStatusInterface = JsonUtil.jsonToMap(dataRfx)>
|
||||
[
|
||||
|
||||
<#--
|
||||
**Pick batch runned (100) **
|
||||
|
||||
<#--**Pick batch runned (100) **-->
|
||||
<#if preparationStatusInterface.preparation_status_type == "100" &&
|
||||
(preparationStatusInterface.preparation_status_code == "200" >
|
||||
preparationStatusInterface.preparation_status_code == "200" >
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.PreparationStarted>
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowPreparationExpected>
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_HsaProStatus_PreparationExpecteded.ftl">
|
||||
}
|
||||
<#else>
|
||||
-->
|
||||
|
||||
<#-- ** Collection started (300) and Preparation in progress (400)** -->
|
||||
<#if preparationStatusInterface.preparation_status_type == "100" &&
|
||||
(preparationStatusInterface.preparation_status_code == "300" ||
|
||||
preparationStatusInterface.preparation_status_code == "400") >
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.PreparationStarted>
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowPreparationStarted>
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_HsaProStatus_PreparationStarted.ftl">
|
||||
@ -46,7 +45,7 @@
|
||||
(preparationStatusInterface.preparation_status_code == "500" ||
|
||||
preparationStatusInterface.preparation_status_code == "550")>
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.PreparationCompleted>
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowPreparationCompleted>
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_HsaProStatus_PreparationCompleted.ftl">
|
||||
@ -75,13 +74,12 @@
|
||||
|
||||
<#stop "Reflex WMS status not supported on Reflex Platform">
|
||||
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
<#--
|
||||
</#if>
|
||||
-->
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
||||
|
||||
]
|
||||
<#break>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user