Ignore:
Timestamp:
12/02/08 12:49:15 (3 years ago)
Author:
CrawfordCurrie
Message:

Item139: removed oops redirect for error reports. Fixed status header in HTTP responses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WorkflowPlugin/data/Sandbox/DocumentApprovalWorkflow.txt

    r440 r1127  
    3030| WAITINGFORCTO | nobody       | This document is waiting for approval by the CTO.| 
    3131---++ Transitions 
    32 | *State*        | *Action* | *Next State*  | *Allowed*                        | *Form*        | 
    33 | APPROVED       | revise   | UNDERREVISION |                      | ApprovedForm  | 
    34 | UNDERREVISION  | ready for approval | WAITINGFORQM  |                      | InProcessForm | 
    35 | WAITINGFORQM   | approve  | WAITINGFORCTO |       |               | 
    36 | WAITINGFORQM   | reject   | UNDERREVISION |       |               | 
    37 | WAITINGFORCTO  | approve  | APPROVED      |       | ApprovedForm  | 
    38 | WAITINGFORCTO  | reject   | UNDERREVISION |       |               | 
     32| *State*        | *Action* | *Next State*  | *Allowed* | *Form*        | 
     33| APPROVED       | revise   | UNDERREVISION |           | ApprovedForm  | 
     34| UNDERREVISION  | ready for approval | WAITINGFORQM  | | InProcessForm | 
     35| WAITINGFORQM   | approve  | WAITINGFORCTO |           |               | 
     36| WAITINGFORQM   | reject   | UNDERREVISION |           |               | 
     37| WAITINGFORCTO  | approve  | APPROVED      |           | ApprovedForm  | 
     38| WAITINGFORCTO  | reject   | UNDERREVISION |           |               | 
Note: See TracChangeset for help on using the changeset viewer.