add hsaDispute flow

This commit is contained in:
Francis REAT 2024-08-06 17:40:16 +02:00
parent 66d002052c
commit 08cf8ec1a6

19
RFXtoRP_HsaDispute.ftl Normal file
View 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>