Hi,
I'm trying to set up an approval workflow whereby someone can create a page with edit rights determined by who is selected as an approver. Ideally, the flow would work in the following way:
I've tried to achieve this using a trigger and the following markup:
{workflow:name=Quality Approval Workflow|label=testqualwf|stickylabels=testqualwf}
{description}
Description here
{description}
{state:Draft}
{state-selection:states=Team Review}
{state}
{state:Team Review|approved=Quality Review}
{approval:Review|assignable=true}
{state}
{trigger:pageapprovalassigned|approval=team review}
{add-restriction:type=edit|user=@assignee@}
{trigger}
{state:Quality Review|approved=Approved}
{approval:Review|assignable=true}
{state}
{state:Approved|final=true|updated=Draft}
{state}
{workflow}
I've had no luck as whoever I assign the review to still is not able to see the unpublished version.
Any ideas how I can fix this?
Thanks
T
Did you figure this out? I have the same need and am having the same experience of the action just not happening based on the trigger.
Tristan,
Check your space permissions to ensure the user has EDIT privileges within the space along with Comment privileges as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.