I want to test out the Sample Workflow in Sitecore 8. This is what I have done so far:
- Insert the sample workflow in the standard values of the template
- Created two test users: Test Editor and Test Approver
- Created two roles: SubmitionRole and ApprovalRole
- In Security Editor I assigned Read, Write access including the 3 workflow rights to the Draft state for the SubmitionRole role and assigned this role to Test Editor
- In Security Editor I assigned Read, Write access including the 3 workflow rights to Awaiting Approval and and Approved states for the ApprovalRole role and assigned this role to Test Approver
Then I created an item from that template with the Test Editor and the item went into the Draft state. So I submitted the item in the Workbox.
Now when I log in with the Test Approver, there's nothing in the Workbox. I can see the Workflow and its Approval State in the Workbox, but there's nothing inside it. As admin I can see the item waiting in the Approval state.
Here is a screenshot of the Access Viewer for the Test Approver:
What am I missing here?
/sitecore/content/home
? What about languages under/sitecore/system/Languages
, do they haveLanguage Read/Write
access set (you need to show these fields from using the "Columns" option) – jammykam