Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3
minLevel21
absoluteUrlmaxLeveltrue6
excludeoutlineSee alsofalse
typeflat
separatorpipe

Workflow History

To view the record of who has approved or rejected the current page select Workflow History from the page tools menu (ellipsis menu).

All approvals and rejections together with comments and expirations will be recorded in the page workflow history.

Image Removed
Image Removed
Info

If a user has been disabled or deleted the workflow history will display the users username and the default avatar. The username name is the stored user display name for the instance.

The current Workflow History can also be viewed by

  • choosing the page tools menu Attachments option

  • choose the Workflow Report tab

Image RemovedNo Workflow Report tab is displayed if there is no active workflow on the content and workflow history was removed/no workflow had been previously applied.
printablefalse

Document Activity

The Document Activity is a report of the workflow related changes for a page or blog post.

Image Added

The document activity report shows the workflow lifecycle activity on the page or blog post. The chronological report can include for each listed document activity

  • the User who undertook the document activity

  • the Action of document activity - approval decision, reviewer assignment, expiration, transition

  • the workflow State

  • any Comments added for the document activity action

  • the Date and time for each document activity

  • the document Version at the time of each document activity

A link to the Confluence document version at the time of the event is included for each individual document activity.

If the activity is actioned by the workflow, the app user icon is displayed. For example,

  • initial state change on addition of a workflow to the page or blog post

  • the expiry of a due date for a state

  • a transition caused by the expiry of a due date

  • when an approval takes place, the transition based on the approval decision is shown as being undertaken by the workflow.

The Clear Document Activity button option is displayed only to space administrators viewing the report. This can be used to clear the document activity for the current page or blog post.

Viewing the document activity report

The Document Activity for a page or blog post can be displayed by choosing Document Activity in the

  • page tools menu

Image Added
  • workflow popup ellipsis menu

Image Added

Document Activity can also be displayed using the Activity Report button in the workflow popup if the page or blog post is currently in the final state.

Image Added

If there is no active workflow on the content but

workflow history

document activity was retained the page tools 

Workflow History

Document Activity option will not be available

but any previous workflow history

. The retained document activity can still be

viewed in this tab by opening Attachments.

(warning) A user with edit or admin permission can clear the workflow history for a page by deleting the Workflow History attachment.

(info) Space admins can also choose to remove workflow history for all content in the space using the Clear workflow history option in the space settings Document Management dashboard.

Document Management Workflow Report for the space

To see a report for the entire space choose the Workflow Report link on the left sidebar. This space report can be filtered by the current status or by approvals that are assigned to you as the current user.

Image Removed

accessed in the Custom Contents screen for the page.

In the page tools menu

  • choose Attachments > Custom Contents

Image Added

In the Custom Contents screen

  • choose the Comala Document Management tab

Image Added

The Document Activity report is listed as a custom content item for the page. You can choose the Document Activity item to view the report.

The Document Activity item is displayed with

  • its Creation Date (identifies the date and time of the last document activity)

  • the Creator (the Comala app user - 'CC' )

The Delete action removes the recorded document activity from the page.

Delete can be used by a user with edit or admin permission to delete the Document Activity

The Document Activity item will not be available in the Custom Contents screen if the page has no active workflow and the document activity was removed/no workflow had been previously applied.

Info

If a user has been disabled or deleted the document activity will display the username and the default avatar. The username name is the stored user display name for the site.

The document activity for a page can also be displayed on the page by adding the document activity macro.

Image Added


Document Report

The Document Report lists all the pages and blog posts in a space report that currently have an active workflow applied.

To view the Document Report the user must have at least space administrator permission for the space.

To view the Document Report

  • choose the Document Report option in the Confluence sidebar menu

Image AddedImage Added

For a page currently in a workflow state with multiple approvals, each approval is displayed as an icon in the Reviewers column.

Image Added

Choose each approval icon to display any assigned reviewer(s) and each reviewer current approval decision status.

The Document Report can be filtered by the current workflow state for a workflow on a page or blog post using the displayed buttons for each state.

My Pending Approvals

You can see the approvals that are assigned to you in the current space in the workflow document report.

Image Removed

If there are multiple approvals in a state the reviewer avatars are replaced by the named approval avatar. Choose the approval avatar to view the assigned reviewers for an approval.

Image RemovedImage Added

When there are multiple approvers assigned choose a reviewer to view details of all the reviewers for the approval.

Image AddedImage Removed
Info

The approver list is read-only.

You can sort and filter the display .You can also or use a search filter on the Confluence search to find pages that are assigned to a specific person (see below).

Document state macro

Add the document state page macro to display one or more of the current workflow state; the date of the change to the state; and the state expiry date (if a state expiry has been added).

Image RemovedImage Added

The document state macro is compatible with the Confluence page properties macro and page properties report macro.

Document approvals macro

Add the document approvals macro page macro to display information for approvals in a selected workflow state.

Image Added

The macro can be configured to display one or more of

  • the overall status of the approval

  • the approval assignees

  • the latest approval decision for each assignee

  • the date of the reviewer decision

  • the reviewer comment

The document approvals macro is compatible with the Confluence page properties macro and page properties report macro.

Document activity macro

Add the document activity macro to display information for the document activity for the page.

Image Added

Configure the macro to display one or more of the following for each document activity entry

  • User

  • workflow Action

  • workflow State

  • any Comments added for the document activity

  • Date

  • Confluence Version

The document activity macro is compatible with the Confluence page properties macro and page properties report macro.

Confluence Search Filters for Macros

Confluence provides some macros that support CQL filters, like the Content by label macro or the Page properties report macro. Comala Document Management adds a filter for "Workflow state".

REST API CQL fields

If you are searching with a separate reporting/scripting tool, for example, Reporting for Confluence from ServiceRocket or ScriptRunner for Confluence from Adapatavist, using the Confluence REST API the following field names should be used:

Field

Field name

Workflow state

cw_state

Assigned approver

cw_approver

Note that cw_state search is case sensitive

Code Block
cql=cw_approver="userID" and cw_state="Approved"