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]>
----------------------------------------------------------------

Reply via email to