Comala workflow trigger when workflow assigned.

Ruwan Mettananda February 17, 2015

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

2 answers

1 accepted

1 vote
Answer accepted
Jan de Vries December 8, 2015

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.

 

0 votes
Maggie Modersohn
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 19, 2015

@Miguel Reimer - Comalatech might be able to help.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events