Hi,
Could you send me the stack error if you
have one. If
you
don't have one, there is another blocking point.
>
:: i then
created a new mail template (called
simonsMail) and
pointed the
>
body to the URI of the newly
created
page.
Is the URI of this kind:
x.y.z.simonsMail.html
> :: i have tried 'freemaker' and
'magnolia' as template
types with no
> success
Just use
freemarker value
because it will render freemarker pages thanks to the renderer. I don't
know any thing about the magnolia template type.
> :: i
have
created myself as a user and included the group
'publisher'
and
> entered my email address
Are you sure that
all
the
required parameter are in the workflowItemContext?
You
have
to
set the MAIL_TO parameter in the context to notice to
workflow to use it.
I read your worflow definition and if I
understand it
you
should only receive emails when the
participant rejects the
ticket for a first time, then a member of
editor rejects it also, and finally an email is send to publisher.
I'm not sure but for
revision round
process you should
put a sequence tag to include the
tag for editor the if statement and
the tag for publisher like that:
<process-definition
name="revision-round">
<loop>
<while
test="${field:action}
== reject"/>
<sequence>
<to-editor/>
<if
test="${field:action} != proceed">
<break/>
</if>
<to-publisher/>
</sequence>
</loop>
</process-definition>
I don't have
time to test what I said, I let you to do it. ;)
Cheers,
CAPITAINE Harold
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------