[Zope-CMF] Staging content
Mark Gibson
mark@kaivo.com
Mon, 10 Feb 2003 15:58:17 -0700
Dieter Maurer wrote:
>
> workflow states outgoing transistions
>
> new publish, becomeRevision
> published revise
> underRevision cancelRevision
> isRevision cancelRevision, publish
>
>
> transitions destination state
>
> publish published
> revise underRevision
> cancelRevision published
> becomeRevision isRevision
>
> "revise", "cancelRevision" and "publish" have associated scripts
> which perform the create/remove/store the revision copy.
> The copy is stored in the "Revision" attribute of revised object.
> "becomeRevision" is an automatic transistion which fires when
> the object has a parent and it is the "Revision" attribute of the
> parent.
>
>
Thank you. This is very enlightening.
Mark