This documentation relates to Ad hoc Workflows 3.2
If you are using version 3.1 of the plugin, please view the previous version of the plugin documentation

Lesson 2 - Specifying who can action the approvals

Skip to end of metadata
Go to start of metadata

Connect a level of approval to a person or group.

In the previous tutorial, three levels of approval have been set up and anyone can action those approvals.

Let's say we want to restrict the Review approval to members of a reviewers group, and the Editor in Chief approval to a given user (e.g. jdoe). In the approval of our workflow state we set the group and user parameters:

{workflow:name=Basic Workflow}
    {state:Draft|submit=Ready}
    {state}
    {state:Ready|approved=Reviewed|rejected=Draft}
        {approval:Review|group=reviewers}
    {state}
    {state:Reviewed|approved=Published|rejected=Ready}
        {approval:Editor in Chief|user=jdoe}
    {state}
    {state:Published|final=true|updated=Ready}
    {state}
{workflow}

This workflow allows members of the reviewers group to give the Review approval only, and to the user jdoe to give the final approval.

You have to either define a reviewers group (as Confluence Administrator) or use an existing group.

If you copy the workflow into multiple spaces (using Workflow Template or Space Workflow), customizing the workflow for each space can be complicated. 

Continue with Lesson 3 - Working with Workflow Parameters to allow the workflow to be used in different spaces with different settings.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.