summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/test-initial-config.scxml
blob: cac0b8a0b0d367c32107ad141d184c30cc3020cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<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>