Ignore:
Timestamp:
30 Jun 2006, 11:01:35 (18 years ago)
Author:
lregebro
Message:

Recreation of the student workflow I forgot to check in.

File:
1 edited

Legend:

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

    r200 r281  
    55              meta_type="CPS Workflow">
    66 <permission>View</permission>
    7  <state state_id="work" title="Work">
    8   <exit-transition transition_id="create_content"/>
    9   <exit-transition transition_id="cut_copy_paste"/>
    10   <permission-map name="View" acquired="False">
    11    <permission-role>Manager</permission-role>
    12    <permission-role>SectionManager</permission-role>
    13    <permission-role>SectionReviewer</permission-role>
    14    <permission-role>SectionReader</permission-role>
    15   </permission-map>
     7 <state state_id="admitted" title="">
     8  <exit-transition transition_id="request_clearence"/>
    169 </state>
    17  <transition transition_id="create" title="Initial creation"
    18              new_state="work" trigger="USER"
     10 <state state_id="cleared_and_validated" title="">
     11 </state>
     12 <state state_id="clearence_requested" title="">
     13  <exit-transition transition_id="clear_and_validate"/>
     14  <exit-transition transition_id="reject"/>
     15 </state>
     16 <state state_id="rejected" title="">
     17 </state>
     18 <transition transition_id="admit" title=""
     19             new_state="admitted" trigger="USER"
    1920             before_script="" after_script="">
    2021 
    2122  <guard>
    22    <guard-role>Manager</guard-role>
    23    <guard-role>SectionManager</guard-role>
    2423  </guard>
    2524  <transition-behavior behavior_id="initial-create"/>
    2625 </transition>
    27  <transition transition_id="create_content"
    28              title="Create content" new_state="work"
     26 <transition transition_id="clear_and_validate" title=""
     27             new_state="cleared_and_validated"
    2928             trigger="USER" before_script="" after_script="">
    3029 
    3130  <guard>
    32    <guard-role>Manager</guard-role>
    33    <guard-role>SectionManager</guard-role>
    34    <guard-role>SectionReviewer</guard-role>
    35    <guard-role>SectionReader</guard-role>
    3631  </guard>
    37   <transition-behavior behavior_id="allow-sub-create"/>
    38   <transition-behavior behavior_id="allow-sub-publishing"/>
    3932 </transition>
    40  <transition transition_id="cut_copy_paste"
    41              title="Cut/Copy/Paste" new_state=""
    42              trigger="USER" before_script="" after_script="">
     33 <transition transition_id="reject" title=""
     34             new_state="rejected" trigger="USER"
     35             before_script="" after_script="">
    4336 
    4437  <guard>
    45    <guard-role>Manager</guard-role>
    46    <guard-role>SectionManager</guard-role>
    47    <guard-role>SectionReviewer</guard-role>
    48    <guard-role>SectionReader</guard-role>
    4938  </guard>
    50   <transition-behavior behavior_id="allow-sub-move"/>
    51   <transition-behavior behavior_id="allow-sub-delete"/>
    52   <transition-behavior behavior_id="allow-sub-copy"/>
     39 </transition>
     40 <transition transition_id="request_clearence" title=""
     41             new_state="clearence_requested" trigger="USER"
     42             before_script="" after_script="">
     43 
     44  <guard>
     45  </guard>
    5346 </transition>
    5447</cps-workflow>
Note: See TracChangeset for help on using the changeset viewer.