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.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/connector/src/main/resources/processes/CountrySelection.process.xml b/connector/src/main/resources/processes/CountrySelection.process.xml
new file mode 100644
index 00000000..e4e23e64
--- /dev/null
+++ b/connector/src/main/resources/processes/CountrySelection.process.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pd:ProcessDefinition id="CountrySelectionProcess" xmlns:pd="http://reference.e-government.gv.at/namespace/moa/process/definition/v1">
+
+ <pd:Task id="initializeCountrySelection" class="GenerateCountrySelectionFrameTask"/>
+ <pd:Task id="parseCountrySelection" class="EvaluateCountrySelectionTask" async="true"/>
+ <pd:Task id="restartAuthProzessManagement" class="RestartAuthProzessManagement"/>
+
+ <pd:StartEvent id="start" />
+ <pd:Transition from="start" to="initializeCountrySelection" />
+ <pd:Transition from="initializeCountrySelection" to="parseCountrySelection" />
+ <pd:Transition from="parseCountrySelection" to="restartAuthProzessManagement" />
+ <pd:Transition from="restartAuthProzessManagement" to="end" />
+ <pd:EndEvent id="end" />
+
+</pd:ProcessDefinition>