Andreas Hartmann wrote:
Jörn Nettingsmeier wrote:
Andreas Hartmann wrote:
Jörn Nettingsmeier wrote:
Andreas Hartmann wrote:
Jörn Nettingsmeier wrote:
Actually I don't really understand this concern. The workflowVersion
meta data are accessed only by the workflow engine, they are strictly
private and I see no need for applying any regular expressions on
them. If you need workflow information, ask the workflow engine ...

take the case of a "last modified on...by..." footer. that's probably the most basic cms feature than i could think of. it is currently not possible with lenya.

That should be provided by the WorkflowModule.

you java, me cocoon pipeline. in my world, there is no such information.

The WorkflowModule is an input module, so it would be e.g.

  <map:transform ...>
    <map:parameter name="lastWfUser" value="{workflow:last-user:publish}"/>
    <map:parameter name="lastWfDate" value="{workflow:last-date:publish}"/>
  </map:transform>

I added the attributes lastUser.<event> and lastDate.<event> to the
WorkflowModule, and added a footer to the default publication which
uses these attributes. The variable.<variable> attribute already
used the dot as separator, so I stuck to this convention.

-- Andreas


--
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                     [EMAIL PROTECTED]


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

Reply via email to