Hi Comala,
I am developing a new Workflow plugin template. Is there a way that when I assigned the workflow to the page (Start with Draft state), The page view/Edit restricted to page author.
Is there any trigger event workflowassigned or something? I can't find it in https://wiki.comalatech.com/display/AWP/trigger.
Thanks,
Ruwan
Hi Ruwan,
A little late, but hopefully it'll help out someone. I had a similar requirement and solved it with the following.
Add a trigger on pagecreated:
{trigger:pagecreated} {add-restriction:type=View|user=@user@} {trigger}
Add another trigger on statechanged for the state you use to publish the document (final=true):
{trigger:statechanged|state=Published} {remove-restriction:type=View} {trigger}
You can use types: View and Edit. As assignee you can use: group or user.
I hope this helps you or someone else.
@Miguel Reimer - Comalatech might be able to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.