Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by AndreasHartmann:
http://wiki.apache.org/lenya/Glossary

------------------------------------------------------------------------------
   workflow:: A sequence of actions necessary to accomplish a task. For 
instance, in order to move a page from the authoring to the live area, an 
editor must '''submit''' it. A reviewer can then '''reject''' it (it gets sent 
back to the editor for some more polishing) or '''publish''' it, in which case 
the page moves to the live area.
   To move a page back from live to authoring, a reviewer must '''deactivate''' 
it. Afterwards, it can either be re-published or '''deleted'''.
  
-  '''Workflow transitions''' are implemented with '''=>usecases'''. Moreover, 
in a workflow context, "usecase" is sometimes used as a synonym for "workflow 
transition".
+  '''Workflow transitions''' are typically invoked when a '''=>usecase''' is 
executed. Moreover, in a workflow context, "usecase" is sometimes used as a 
synonym for "workflow transition".
  
-  You can define new workflow transitions and rules for changing between 
states, but this requires custom java code.
+ In Lenya, the workflow of a document is controlled by a [finite state 
machine|http://en.wikipedia.org/wiki/Finite_state_machine], which is expressed 
using XML. Each resource type can use its own workflow schema. You can 
implement custom conditions to be checked before a transition can fire, this 
requires custom java code.
  
   zones:: The Lenya staging server under [http://lenya.zones.apache.org]. It 
hosts the Lenya demos and the latest auto-generated docs from SVN.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to