From 64ecbb29dd8ef11c1a17ea33c3e0d7dfe00a4022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Pereira?= Date: Fri, 16 Aug 2024 12:46:19 +0100 Subject: [PATCH] Update creating-cmfapp.md - Changed static entity wrongly referred; - Fixed small text typo. --- .../case-management-framework/creating-cmfapp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/building-apps/case-management-workflow/case-management-framework/creating-cmfapp.md b/src/building-apps/case-management-workflow/case-management-framework/creating-cmfapp.md index e8a031684..66fde2ed0 100644 --- a/src/building-apps/case-management-workflow/case-management-framework/creating-cmfapp.md +++ b/src/building-apps/case-management-workflow/case-management-framework/creating-cmfapp.md @@ -100,7 +100,7 @@ The **CaseDefinitionConfiguration** static entity holds the case definition for Next, let’s customize the **CaseStatusConfiguration** static entity to define the different statuses the case can have. -1. Still in the Data tab of the **CMAppStarter_CS** module, open the CaseDefinitionConfiguration static entity. +1. Still in the Data tab of the **CMAppStarter_CS** module, open the CaseStatusConfiguration static entity. 1. Open the **Records** folder and copy the **Closed_ExampleToCopyAndDelete** record. @@ -174,7 +174,7 @@ You now need to reconfigure some of the module’s dependencies, names, and also ### Customizing the case workflow -You can now start customizing the WF module in preparation for your CM app and building processes for case defnitions using [BPT](../../processes/intro.md). Note that there is a **HumanActivity_Example** activity that you can adapt to your preference including its name, description and if needed, setting instructions. +You can now start customizing the WF module in preparation for your CM app and building processes for case definitions using [BPT](../../processes/intro.md). Note that there is a **HumanActivity_Example** activity that you can adapt to your preference including its name, description and if needed, setting instructions. The CaseComplete action calls on the Case_Complete action from CMf. After you have finished customizing the module, ensure the CaseComplete action is the final step in the flow.