summaryrefslogtreecommitdiffstats
path: root/test/uscxml/test-initial-config.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/uscxml/test-initial-config.scxml')
-rw-r--r--test/uscxml/test-initial-config.scxml58
1 files changed, 0 insertions, 58 deletions
diff --git a/test/uscxml/test-initial-config.scxml b/test/uscxml/test-initial-config.scxml
deleted file mode 100644
index cac0b8a..0000000
--- a/test/uscxml/test-initial-config.scxml
+++ /dev/null
@@ -1,58 +0,0 @@
-<scxml name="CuCo" version="0.9" xmlns="http://www.w3.org/2005/07/scxml">
- <parallel id="MAIN-PARALLEL">
- <state id="MAIN_STATE">
- <state id="1_PROPOSAL" initial="1_START">
- <state id="1_START">
- <onentry>
- </onentry>
- <transition event="event.role.system" target="SYSTEM_1.1_BEGIN"></transition>
- <transition event="event.role.coordinator" target="COORDINATOR_1.1_BEGIN"></transition>
- </state>
- <state id="SYSTEM_1.1_ANNOUNCEMENT" initial="SYSTEM_1.1_BEGIN">
- <state id="SYSTEM_1.1.2_REMINDER_COORDINATOR-PREPARE-INFO">
- <onentry>
- </onentry>
- </state>
- <state id="SYSTEM_1.1_BEGIN">
- <onentry>
-
- </onentry>
- <transition cond="DATETIME_NOW == DATETIME_EVENT$REMINDER$1_PROPOSAL$ANNOUNCEMENT" event="event.datetime.reminder-2week-coordinator-prepare-info" target="SYSTEM_1.1.2_REMINDER_COORDINATOR-PREPARE-INFO"></transition>
- </state>
- </state>
- <state id="COORDINATOR_1.1_ANNOUNCEMENT" initial="COORDINATOR_1.1_BEGIN">
- <state id="COORDINATOR_1.1_BEGIN">
- <onentry>
-
- </onentry>
- <transition event="FLAG_REMINDER1 == TRUE" target="COORDINATOR_1.1.1_ANNOUNCEMENT-CONTENTS-VALIDATE"></transition>
- </state>
- <state id="COORDINATOR_1.1.1_ANNOUNCEMENT-CONTENTS-VALIDATE"></state>
- </state>
- </state>
- </state>
- <state id="finish_shortcut">
- <transition event="event.finish" target="finished"></transition>
- </state>
- <state id="ADMINISTRATIVE_TASKS">
- <state id="ADMINISTRATIVE_NON-HR-MANAGEMENT">
- <onentry>
-
- </onentry>
- <transition event="event.administrative.next" target="ADMINISTRATIVE_NON-HR-MANAGEMENT_2"></transition>
- </state>
- <state id="ADMINISTRATIVE_NON-HR-MANAGEMENT_2">
- <onentry>
-
- </onentry>
- </state>
- </state>
- <state id="COORDINATOR_TASKS">
- <state id="COORDINATOR_1"></state>
- </state>
- <state id="HR-MANAGER_TASKS">
- <state id="HR-MANAGER_MANAGE-HR"></state>
- </state>
- </parallel>
- <final id="finished"></final>
-</scxml>