add hsaDispute flow
This commit is contained in:
parent
66d002052c
commit
08cf8ec1a6
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>
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user