aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main/resources/processes/CountrySelection.process.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector/src/main/resources/processes/CountrySelection.process.xml')
-rw-r--r--connector/src/main/resources/processes/CountrySelection.process.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/connector/src/main/resources/processes/CountrySelection.process.xml b/connector/src/main/resources/processes/CountrySelection.process.xml
index e4e23e64..575bbf0d 100644
--- a/connector/src/main/resources/processes/CountrySelection.process.xml
+++ b/connector/src/main/resources/processes/CountrySelection.process.xml
@@ -8,6 +8,8 @@
<pd:StartEvent id="start" />
<pd:Transition from="start" to="initializeCountrySelection" />
<pd:Transition from="initializeCountrySelection" to="parseCountrySelection" />
+
+ <pd:Transition from="parseCountrySelection" to="initializeCountrySelection" conditionExpression="ctx['changeLanguage']"/>
<pd:Transition from="parseCountrySelection" to="restartAuthProzessManagement" />
<pd:Transition from="restartAuthProzessManagement" to="end" />
<pd:EndEvent id="end" />