Hi Sanyashi,

[quote]activating any pages it is showing that successfully sent to appropriate 
inbox but the inbox is empty[/quote]

The user probably does not belong to the group that receives the workitem. If 
you are using the default 4-eye activation workflow you need to log in as a 
user who belongs to the publishers group. The demo user peter is a publisher. 
He will see the work item in his inbox whereas eric doesn't.

The relevant part of the workflow definition (Configuration > Workflow > 
Activation) is the <participant> tag where the receiving group is named. 
[code]
<process-definition name="to-publisher">
  <sequence>
    <unset field="assignTo"/>
    <participant ref="group-publishers"/>
  </sequence>
</process-definition>
[/code]

[url=http://documentation.magnolia-cms.com/workflow.html#Participants]http://documentation.magnolia-cms.com/workflow.html#Participants[/url]

[url=http://documentation.magnolia-cms.com/administration/security/defaults.html#Defaultgroups]http://documentation.magnolia-cms.com/administration/security/defaults.html#Defaultgroups[/url]

If the user and group are correct but you still can't see the work item, look 
for clues in the log file.

[url=http://documentation.magnolia-cms.com/administration/monitoring.html]http://documentation.magnolia-cms.com/administration/monitoring.html[/url]

--Antti

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=a892165d-d845-4c74-b121-63fb2056fdfb


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to