From 2e1f4180dbcf8d7d7d47dd694157222c50322c1d Mon Sep 17 00:00:00 2001 From: Sathish Kannan Date: Wed, 24 Apr 2024 12:23:07 +0100 Subject: [PATCH] Duplicate else --- src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn b/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn index 89a7dcc0..9f4d0c86 100644 --- a/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn +++ b/src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn @@ -540,7 +540,7 @@ taskAttributes. taskType else if(taskType != null) then taskType else nullif ((caseData.isCaseUrgent != null and caseData.isCaseUrgent="Yes") or (caseData.doYouNeedAWithoutNoticeHearing != null and caseData.doYouNeedAWithoutNoticeHearing="Yes") or (caseData.doYouRequireAHearingWithReducedNotice != null and caseData.doYouRequireAHearingWithReducedNotice="Yes")) then 1000 - else else if (caseData.newAllegationsOfHarmYesNo != null and caseData.newAllegationsOfHarmYesNo="Yes") then 3000 else 5000 + else if (caseData.newAllegationsOfHarmYesNo != null and caseData.newAllegationsOfHarmYesNo="Yes") then 3000 else 5000