Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Mockup
submission-process
submission-process
1Version2
Namesubmission-process

Terminology Used in the MOCKUP --

...

Code Block
    <!--Standard workflow step-->
   <workflow start="traditional" id="default">
       <step id="selectcollectionstep" role="submitter" userSelectionMethod="submit">
           <outcomes>
               <step status="0">editstep</step>
           </outcomes>
           <actions>
               <action id="selectcollection"/>           </actions>
       </step>       
   </workflow> 

In the above screen the process belongs to the level where the user is currently present.So,it can be community-specific or collection-specific or whole intance-specific.


                             

The order of steps to be taken will be determined in the order in which they are created in the above screen.

Image Added
Image Added

Image Added Image Added