Workflow Supplier

Overview

The Workflow Supplier provides workflow information to third-party apps, such as the Reporting for Confluence app, using the Confluence Supplier Library.

Examples

Some examples are listed in our Integration Guides: Reporting for Confluence app page.

Details

Name

Workflow Supplier

Prefix

workflow (optional)

Supported Content

Confluence Pages, News (blog posts), States, Tasks and Approvals

Supported keys

Key

Content Types

Return Type

Description

Notes

Key

Content Types

Return Type

Description

Notes

state

Pages and News items

State

Current workflow state of the page or blog post.

 

states > all



Pages and News items

List of State

A list of all states the content (page or blog post) has been transitioned through.

List order: Oldest → Newest (the last object in the list is the current workflow state).

DEPRECATED from

7.0.0+

states > StateName

Pages and News items

List of specified State

A list of all the state objects of the specified StateName which have occurred for the current content (page or blog post).

List order: Oldest → Newest.

DEPRECATED from

v7.0.0+

approvals

Pages and News items

List of approved Approval

A list of all approved content reviews for the current state of the workflow.

 

You can get a list of all approvals via a State object.

 

tasks

Pages and News items

List of active Task

A list of all tasks for the current state of the workflow, filtered to those that are not yet complete.

 

You can get access to all tasks and completed tasks via a State object.

 

metadata > ValueName

Pages and News items

Text

Retrieve a value set by the set-metadata macro or the Comala Metadata app.

For more information, see Metadata references.

 

See also

Comala Document Management

Integration Guides

Workflow Authoring Guide

External Links