Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning
titleFeature Retirement: frevvo for Confluence

Atlassian is dropping support for Confluence Server in 2024 and encouraging customers to migrate to Confluence Cloud. The frevvo plug-in is not compatible with Confluence Cloud. Existing frevvo for Confluence licenses will be supported, but frevvo for Confluence will not be available for new customers.

Please see the frevvo for Confluence page for details about this announcement and recommendations.


Table of Contents

Creating multi-user workflows in Confluence

...

  1. An employee goes to a Confluence page that contains the workflow.
  2. Since the employee does not belong to the 'manager' Confluence group, he will only see the relevant portion of the form.
  3. The employee fills it in and clicks a Continue button.
  4.  puts frevvo puts the task on the manager's task list, [optionally] notifies the manager by email and displays a confirmation message to the employee.
  5. When the manager logs in, she visits a Confluence page that contains her task list.
  6. The employee's vacation request will be displayed in the task list.
  7. The manager performs the task. Since she belongs to the 'manager' Confluence group, she will see the manager-specific portions of the form. The employee-specific portions are automatically pre-filled.
  8. She approves/rejects the vacation request, digitally signs the form and clicks Finish.
  9. The employee is notified by email, and [optionally] a PDF image of the form is sent to the internal document management system or to Google Apps or saved in frevvo' submissions repository.

Now, let's go through the process of building this workflow in Confluence.

Setup roles

...

in frevvo

Note
This is a one-time setup that will have to be performed by an administrator.You only need to create roles in corresponding frevvo corresponding to the Confluence groups that you actually want to use in your workflow

...

Assume that you have groups in Confluence called 'employee' and 'manager'. To create these roles in frevvo:

  1. Login to  as frevvo as the administrative user for the tenant that was created in Confluence.
  2. Click the Manage link at the top right of the page.
  3. On the page that is displayed, click the 'Manage Roles' link.
  4. Click the  icon and in the form that is displayed type in the desired role. Make sure that the role names match exactly (including case).

...

  1. Click the Vacation Request Step. On the Settings tab, set the Continue Label to 'Send to Manager'
  2. Click the Manager Approval step, then the Assignment tab. Notice that the assignment was already set for you and some default text was added to the Task Notification email Subject and Message fields. Customize the Email Message to include a link to the Task List page in Confluence.
  3. Click the Messages tab.
    1. Set the Task Info for the second step to 'Vacation Request for {FirstName} {LastName}'.

    2. Set the Pending Msg for the second step to 'Your request has been forwarded to your manager.'

Image RemovedImage Added

Edit the Vacation Request form

...

    • Relabeled the My Items section for the employee to 'Request.'
    • Added a date control 'Start Date' and a Number control 'Number of Days'
    • Deleted the wet signature control and enabled digital signatures for this Section by clicking on the Section header and then on the Security Tab in the properties pane to the left. In the Security Tab, Text/Signature image is selected, and the Must Sign box is checked.

Image RemovedImage Added

Send an Email when the Workflow is Submitted

...

  1. Go to Settings editing mode in the Guided Designer navigation toolbar.
  2. Click on the Document Actions tab and select Send Email.
  3. In the wizard, for the To address select the Email control to generate a template. When the workflow is completed,  will  frevvo will send an email to the address that was entered in the Email control in the form.
  4. Customize the Subject and Message for the email as desired.
  5. Select the documents that you want to attach to the email. Minimally, select PDF from the 'Send Snapshot' drop down. Other options are described below:
    1. Send the data as a  PDF attachment or other image type using the Send Snapshot dropdown. The image type options are PDF, PNG or JPG.  Select the blank option from the dropdown to exclude this attachment in the email.
    2. Attach an XML data document using the Data checkbox. 
    3. Attachments uploaded to your form/workflow are included if the Attachments checkbox is checked. 
      1. If you have Pixel Perfect mapped PDFs (ex: W-4, I-9 etc…) associated with your forms/workflows, choose  the action you want to take from the Send Gen Forms control :

        •Check All to send all the Pixel Perfect PDFs. This is the default value.
        •Check None to send none of the PDFs
        •Check Select to display a list of all the PDFs associated with your form/workflow. Click the ones you want to be part of the submission. Hold down the Shift key then click the files in the list to select all PDFs or hold the control key and click specific PDFs.
  6. Save the workflow.

Image RemovedImage Added

Create the Task List page

...