Ignore:
Timestamp:
26 Oct 2006, 09:06:12 (18 years ago)
Author:
Henrik Bettermann
Message:

student workflow allows deferring by student

File:
1 edited

Legend:

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

    r752 r754  
    1515 </state>
    1616 <state state_id="admitted" title="">
     17  <exit-transition transition_id="defer"/>
    1718  <exit-transition transition_id="enter_clearance_pin"/>
    1819 </state>
     
    3637  <exit-transition transition_id="reject_clearance"/>
    3738 </state>
     39 <state state_id="deferred" title="">
     40  <exit-transition transition_id="enter_clearance_pin"/>
     41 </state>
    3842 <state state_id="finally_rejected" title="">
    3943 </state>
     
    99103  </guard>
    100104  <transition-behavior behavior_id="allow-sub-create"/>
     105 </transition>
     106 <transition transition_id="defer" title=""
     107             new_state="deferred" trigger="USER"
     108             before_script="" after_script="">
     109 
     110  <guard>
     111   <guard-role>Manager</guard-role>
     112   <guard-role>SectionManager</guard-role>
     113   <guard-role>Owner</guard-role>
     114  </guard>
    101115 </transition>
    102116 <transition transition_id="enter_application_pin" title=""
Note: See TracChangeset for help on using the changeset viewer.