Ignore:
Timestamp:
2 Sep 2006, 15:21:50 (18 years ago)
Author:
Henrik Bettermann
Message:

workflow notation changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml

    r472 r473  
    66 <permission>Modify portal content</permission>
    77 <permission>View</permission>
    8  <state state_id="application_pin_entered" title="">
    9   <exit-transition transition_id="apply"/>
    10  </state>
    118 <state state_id="admission_rejected" title="">
    129  <exit-transition transition_id="finally_reject"/>
    1310 </state>
    14  <state state_id="applied" title="">
     11 <state state_id="admitted" title="">
     12  <exit-transition transition_id="enter_clearance_pin"/>
     13 </state>
     14 <state state_id="application_pin_entered" title="">
     15  <exit-transition transition_id="apply_for_admission"/>
     16 </state>
     17 <state state_id="admission_applied" title="">
    1518  <exit-transition transition_id="pume_fail"/>
    1619  <exit-transition transition_id="pume_pass"/>
    17  </state>
    18  <state state_id="admitted" title="">
    19   <exit-transition transition_id="enter_clearance_pin"/>
    2020 </state>
    2121 <state state_id="clearance_pin_entered" title="">
     
    6161  <exit-transition transition_id="reject_admission"/>
    6262 </state>
    63 
    6463 <transition transition_id="admit" title=""
    6564             new_state="admitted" trigger="USER"
     
    7069   <guard-role>SectionManager</guard-role>
    7170   <guard-role>AdmissionOfficer</guard-role>
     71  </guard>
     72 </transition>
     73 <transition transition_id="apply_for_admission" title=""
     74             new_state="admission_applied" trigger="USER"
     75             before_script=""
     76             after_script="close_application">
     77
     78  <guard>
     79   <guard-role>Manager</guard-role>
     80   <guard-role>SectionManager</guard-role>
     81   <guard-role>Owner</guard-role>
    7282  </guard>
    7383 </transition>
     
    173183  </guard>
    174184 </transition>
    175  <transition transition_id="reject" title=""
    176              new_state="rejected" trigger="USER"
    177              before_script="" after_script="">
    178 
    179   <guard>
    180   </guard>
    181  </transition>
    182185 <transition transition_id="reject_admission" title=""
    183186             new_state="admission_rejected" trigger="USER"
     
    201204  </guard>
    202205 </transition>
    203  <transition transition_id="apply" title=""
    204              new_state="applied" trigger="USER"
    205              before_script="" after_script="close_application">
    206 
    207   <guard>
    208    <guard-role>Manager</guard-role>
    209    <guard-role>SectionManager</guard-role>
    210    <guard-role>Owner</guard-role>
    211   </guard>
    212  </transition>
    213206 <transition transition_id="request_clearence" title=""
    214207             new_state="clearence_requested" trigger="USER"
     
    221214  </guard>
    222215 </transition>
    223  <script script_id="close_application" type="Script (Python)"
     216 <script script_id="close_application"
     217         type="Script (Python)"
    224218         filename="workflows/waeup_student_wf/scripts/close_application.py"/>
    225219 <script script_id="close_clearance" type="Script (Python)"
Note: See TracChangeset for help on using the changeset viewer.