You've already forked reflex-wms-connector
add hsaDispute flow
This commit is contained in:
19
RFXtoRP_HsaDispute.ftl
Normal file
19
RFXtoRP_HsaDispute.ftl
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<#-- *********************************************** Parameter global ******************** -->
|
||||||
|
<#assign cloudEventMsg = JsonUtil.jsonToMap(input)>
|
||||||
|
<#assign projectRP = project>
|
||||||
|
<#assign organisationRP = organisation>
|
||||||
|
|
||||||
|
<#assign aDateTime = .now>
|
||||||
|
|
||||||
|
<#switch cloudEventMsg.action>
|
||||||
|
<#case "C">
|
||||||
|
<#case "U">
|
||||||
|
<#case "D">
|
||||||
|
<#stop "no generic FTL file available yet for Dispute">
|
||||||
|
<#break>
|
||||||
|
|
||||||
|
|
||||||
|
<#default>
|
||||||
|
<#stop "event not supported">
|
||||||
|
</#switch>
|
||||||
|
|
||||||
Reference in New Issue
Block a user