- Timestamp:
- 2 Sep 2006, 14:51:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml
r455 r472 6 6 <permission>Modify portal content</permission> 7 7 <permission>View</permission> 8 <state state_id="a dmission_pin_entered" title="">9 <exit-transition transition_id=" request_admission"/>8 <state state_id="application_pin_entered" title=""> 9 <exit-transition transition_id="apply"/> 10 10 </state> 11 11 <state state_id="admission_rejected" title=""> 12 12 <exit-transition transition_id="finally_reject"/> 13 13 </state> 14 <state state_id="a dmission_requested" title="">14 <state state_id="applied" title=""> 15 15 <exit-transition transition_id="pume_fail"/> 16 16 <exit-transition transition_id="pume_pass"/> … … 33 33 <state state_id="created" title=""> 34 34 <exit-transition transition_id="create_content"/> 35 <exit-transition transition_id="enter_a dmission_pin"/>35 <exit-transition transition_id="enter_application_pin"/> 36 36 <exit-transition transition_id="open"/> 37 37 <permission-map name="Modify portal content" … … 61 61 <exit-transition transition_id="reject_admission"/> 62 62 </state> 63 <state state_id="rejected" title=""> 64 </state> 65 <state state_id="sleeping_mode" title=""> 66 <exit-transition transition_id="enter_admission_pin"/> 67 </state> 63 68 64 <transition transition_id="admit" title="" 69 65 new_state="admitted" trigger="USER" 70 66 before_script="" after_script="open_clearance"> 71 67 72 68 <guard> 73 69 <guard-role>Manager</guard-role> … … 80 76 trigger="USER" before_script="" 81 77 after_script="open_personal"> 82 78 83 79 <guard> 84 80 <guard-role>Manager</guard-role> … … 90 86 new_state="closed" trigger="USER" 91 87 before_script="" after_script=""> 92 88 93 89 <guard> 94 90 <guard-role>Manager</guard-role> … … 99 95 new_state="created" trigger="USER" 100 96 before_script="" after_script=""> 101 97 102 98 <guard> 103 99 </guard> … … 108 104 new_state="" trigger="USER" before_script="" 109 105 after_script=""> 110 106 111 107 <guard> 112 108 </guard> … … 114 110 <transition-behavior behavior_id="allow-sub-delete"/> 115 111 </transition> 116 <transition transition_id="enter_a dmission_pin" title=""117 new_state="a dmission_pin_entered"112 <transition transition_id="enter_application_pin" title="" 113 new_state="application_pin_entered" 118 114 trigger="USER" 119 before_script="validate_a dmission_pin"120 after_script="open_a dmission">121 115 before_script="validate_application_pin" 116 after_script="open_application"> 117 122 118 <guard> 123 119 <guard-role>Manager</guard-role> … … 131 127 before_script="validate_clearance_pin" 132 128 after_script="open_clearance"> 133 129 134 130 <guard> 135 131 <guard-role>Manager</guard-role> … … 141 137 new_state="finally_rejected" trigger="USER" 142 138 before_script="" after_script=""> 143 139 144 140 <guard> 145 141 <guard-role>Manager</guard-role> … … 151 147 new_state="opened" trigger="USER" 152 148 before_script="" after_script=""> 153 149 154 150 <guard> 155 151 <guard-role>Manager</guard-role> … … 160 156 new_state="pume_failed" trigger="USER" 161 157 before_script="" after_script=""> 162 158 163 159 <guard> 164 160 <guard-role>Manager</guard-role> … … 170 166 new_state="pume_passed" trigger="USER" 171 167 before_script="" after_script=""> 172 168 173 169 <guard> 174 170 <guard-role>Manager</guard-role> … … 180 176 new_state="rejected" trigger="USER" 181 177 before_script="" after_script=""> 182 178 183 179 <guard> 184 180 </guard> … … 187 183 new_state="admission_rejected" trigger="USER" 188 184 before_script="" after_script=""> 189 185 190 186 <guard> 191 187 <guard-role>Manager</guard-role> … … 198 194 trigger="USER" before_script="open_clearance" 199 195 after_script=""> 200 196 201 197 <guard> 202 198 <guard-role>Manager</guard-role> … … 205 201 </guard> 206 202 </transition> 207 <transition transition_id=" request_admission" title=""208 new_state="a dmission_requested" trigger="USER"209 before_script="" after_script="close_a dmission">210 203 <transition transition_id="apply" title="" 204 new_state="applied" trigger="USER" 205 before_script="" after_script="close_application"> 206 211 207 <guard> 212 208 <guard-role>Manager</guard-role> … … 218 214 new_state="clearence_requested" trigger="USER" 219 215 before_script="" after_script="close_clearance"> 220 221 <guard> 222 <guard-role>Manager</guard-role> 223 <guard-role>SectionManager</guard-role> 224 <guard-role>Owner</guard-role> 225 </guard> 226 </transition> 227 <script script_id="close_a dmission" type="Script (Python)"228 filename="workflows/waeup_student_wf/scripts/close_a dmission.py"/>216 217 <guard> 218 <guard-role>Manager</guard-role> 219 <guard-role>SectionManager</guard-role> 220 <guard-role>Owner</guard-role> 221 </guard> 222 </transition> 223 <script script_id="close_application" type="Script (Python)" 224 filename="workflows/waeup_student_wf/scripts/close_application.py"/> 229 225 <script script_id="close_clearance" type="Script (Python)" 230 226 filename="workflows/waeup_student_wf/scripts/close_clearance.py"/> 231 227 <script script_id="close_personal" type="Script (Python)" 232 228 filename="workflows/waeup_student_wf/scripts/close_personal.py"/> 233 <script script_id="open_a dmission" type="Script (Python)"234 filename="workflows/waeup_student_wf/scripts/open_a dmission.py"/>229 <script script_id="open_application" type="Script (Python)" 230 filename="workflows/waeup_student_wf/scripts/open_application.py"/> 235 231 <script script_id="open_clearance" type="Script (Python)" 236 232 filename="workflows/waeup_student_wf/scripts/open_clearance.py"/> 237 233 <script script_id="open_personal" type="Script (Python)" 238 234 filename="workflows/waeup_student_wf/scripts/open_personal.py"/> 239 <script script_id="validate_a dmission_pin"235 <script script_id="validate_application_pin" 240 236 type="Script (Python)" 241 filename="workflows/waeup_student_wf/scripts/validate_a dmission_pin.py"/>237 filename="workflows/waeup_student_wf/scripts/validate_application_pin.py"/> 242 238 <script script_id="validate_clearance_pin" 243 239 type="Script (Python)"
Note: See TracChangeset for help on using the changeset viewer.