From a8c285edf6ceb0f0c072b49bb0421991d28bc866 Mon Sep 17 00:00:00 2001 From: Sam Barker Date: Mon, 24 Jun 2024 14:50:37 +0100 Subject: [PATCH] fix: targetState for REUSE_WITH_STORE_IDENTITY.next --- .../statemachine/journey-maps/reuse-existing-identity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/process-journey-event/src/main/resources/statemachine/journey-maps/reuse-existing-identity.yaml b/lambdas/process-journey-event/src/main/resources/statemachine/journey-maps/reuse-existing-identity.yaml index 5d7e999769..82006050ba 100644 --- a/lambdas/process-journey-event/src/main/resources/statemachine/journey-maps/reuse-existing-identity.yaml +++ b/lambdas/process-journey-event/src/main/resources/statemachine/journey-maps/reuse-existing-identity.yaml @@ -26,7 +26,7 @@ states: REUSE_WITH_STORE_IDENTITY: events: next: - targetState: UPDATE_IDENTITY_BEFORE_IDENTITY_REUSE_PAGE + targetState: STORE_NEW_IDENTITY # Journey states