The default workflow makes the assumption that the activator is also
member of the editors group. To assign item back to activator only
instead of to the group of editors, try following:
<process-definition name="to-editor">
<sequence>
<!-- assign back to the user who launched the activation -->
<set field="assignTo" field-value="activator"/>
<participant ref="user-${f:assignTo}"/>
</sequence>
</process-definition>
HTH,
Jan
On Fri, 2010-01-29 at 11:28 +0700, Peter Flood wrote:
> This is the default 'to-editor' process from the 'activation' workflow
> included with the module.
>
> <process-definition name="to-editor">
> <sequence>
> <!-- assign back to the user who launched the activation -->
> <set field="assignTo" field-value="activator"/>
>
> <participant ref="group-editors"/>
> </sequence>
> </process-definition>
>
> When a workflow item is rejected by a publisher it will appear in the
> inbox of users who are in the group 'editors'. I believe it should also
> go to the inbox of the user who originally activated *even if they're
> not in the group editors*, can anyone confirm?
>
> The behaviour I'm seeing is that it *only* goes to the inbox of users in
> the group 'editors'. I don't want to use groups for rejected items, in
> my case rejected items should only go to the user who activated but I
> don't know how to do this without setting up a group for every user.
>
> <set field="assignTo" field-value="activator"/> should this line make
> the rejected item appear in the inbox of the user who activated?
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------