Hi all,
I have installed the workflow module and the "activation" workflow is
working fine. As per the "activation" workflow when a content page (say,
/page1/subpage1 ) is activated, the work item goes to the next group, i.e.
publisher. Now is there any way to display a status in the "website" tab,
that the content page (here, /page1/subpage1) is currently traversing a
workflow. Because if the user can't get this information then he may again
activate this page and the page will again enter the workflow, though the
content page was already in the workflow because of the earlier activation.
And one more query, I tried to invoke the workflow depending on the content
hierarchy the work item belongs to and it went successful.
<if
test="true ==
${call:matches('${field:path}','/home/.*')}">
<activate /
</if>
In the above snippet I was checking the path of the work item.
Now is it possible to activate a page depending on which template the page
is based on?
For example,
Say I have two pages,
/Page1/subpage1
Where "page1" is based on "Template1" and "subpage1" is based on
"Template2". Now I want to invoke the workflow only when the pages based on
"Template2" are activated.
How can I do so?
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------