- Timestamp:
- 30 Aug 2006, 10:23:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml
r450 r451 67 67 <guard-role>Manager</guard-role> 68 68 <guard-role>SectionManager</guard-role> 69 <guard-role>AdmissionOfficer</guard-role> 69 70 </guard> 70 71 </transition> … … 77 78 <guard-role>Manager</guard-role> 78 79 <guard-role>SectionManager</guard-role> 80 <guard-role>ClearanceOfficer</guard-role> 79 81 </guard> 80 82 </transition> … … 98 100 <transition transition_id="enter_admission_pin" title="" 99 101 new_state="admission_pin_entered" 100 trigger="USER" before_script="" 102 trigger="USER" 103 before_script="validate_admission_pin" 101 104 after_script="open_admission"> 102 105 … … 104 107 <guard-role>Manager</guard-role> 105 108 <guard-role>SectionManager</guard-role> 109 <guard-role>Owner</guard-role> 106 110 </guard> 107 111 </transition> 108 112 <transition transition_id="enter_clearance_pin" title="" 109 113 new_state="clearance_pin_entered" 110 trigger="USER" before_script="" after_script=""> 111 112 <guard> 114 trigger="USER" 115 before_script="validate_clearance_pin" 116 after_script="open_clearance"> 117 118 <guard> 119 <guard-role>Manager</guard-role> 120 <guard-role>SectionManager</guard-role> 121 <guard-role>Owner</guard-role> 113 122 </guard> 114 123 </transition> … … 118 127 119 128 <guard> 129 <guard-role>Manager</guard-role> 130 <guard-role>SectionManager</guard-role> 131 <guard-role>ClearanceOfficer</guard-role> 120 132 </guard> 121 133 </transition> … … 134 146 135 147 <guard> 148 <guard-role>Manager</guard-role> 149 <guard-role>SectionManager</guard-role> 150 <guard-role>AdmissionOfficer</guard-role> 136 151 </guard> 137 152 </transition> … … 141 156 142 157 <guard> 158 <guard-role>Manager</guard-role> 159 <guard-role>SectionManager</guard-role> 160 <guard-role>AdmissionOfficer</guard-role> 143 161 </guard> 144 162 </transition> … … 148 166 149 167 <guard> 168 <guard-role>Manager</guard-role> 169 <guard-role>SectionManager</guard-role> 170 <guard-role>AdmissionOfficer</guard-role> 150 171 </guard> 151 172 </transition> … … 158 179 <guard-role>Manager</guard-role> 159 180 <guard-role>SectionManager</guard-role> 181 <guard-role>ClearanceOfficer</guard-role> 160 182 </guard> 161 183 </transition> … … 167 189 <guard-role>Manager</guard-role> 168 190 <guard-role>SectionManager</guard-role> 191 <guard-role>Owner</guard-role> 169 192 </guard> 170 193 </transition> … … 176 199 <guard-role>Manager</guard-role> 177 200 <guard-role>SectionManager</guard-role> 201 <guard-role>Owner</guard-role> 178 202 </guard> 179 203 </transition> … … 190 214 <script script_id="open_personal" type="Script (Python)" 191 215 filename="workflows/waeup_student_wf/scripts/open_personal.py"/> 216 <script script_id="validate_admission_pin" 217 type="Script (Python)" 218 filename="workflows/waeup_student_wf/scripts/validate_admission_pin.py"/> 219 <script script_id="validate_clearance_pin" 220 type="Script (Python)" 221 filename="workflows/waeup_student_wf/scripts/validate_clearance_pin.py"/> 192 222 </cps-workflow>
Note: See TracChangeset for help on using the changeset viewer.