From 08cf8ec1a62db90134020217e77f7bb07549af66 Mon Sep 17 00:00:00 2001 From: frea Date: Tue, 6 Aug 2024 17:40:16 +0200 Subject: [PATCH] add hsaDispute flow --- RFXtoRP_HsaDispute.ftl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 RFXtoRP_HsaDispute.ftl diff --git a/RFXtoRP_HsaDispute.ftl b/RFXtoRP_HsaDispute.ftl new file mode 100644 index 0000000..1c5fd05 --- /dev/null +++ b/RFXtoRP_HsaDispute.ftl @@ -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"> + +