---
title: "Reporting app - Pages with specific workflow state"
canonical: "https://support.appfire.com/space/CDML/649629297/Reporting%20app%20-%20Pages%20with%20specific%20workflow%20state"
format: markdown
---
> Macro (aura-html)


## Overview

This example requires the **[Appfire Reporting for Confluence app](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649759324)**.

## Example

The following report uses the [workflow-reporter macro](https://appfire.atlassian.net/wiki/spaces/CDML/pages/650316754) to list all the pages in the **AWP** space that have a current workflow state of **For Review**.

```plaintext
{report-table}
 {workflow-reporter:spaces=AWP|states=For Review}
 {workflow-reporter}

 {report-column:title=Page}{report-info:content:title|link=true}{report-column}
 {report-column:title=State}{report-info:workflow:state > name}{report-column}
 {report-column:title=Last published}{report-info:states > Published > last > date > dd/MMM/yyyy}{report-column}
 {report-column:title=Last Updated By}{report-info:content:modifier > full name|link=true}{report-column}
 {report-column:title=Updated}{report-info:content:modification date > dd/MMM/yyyy}{report-column}
 {report-column:title=Tasks?}{report-on:workflow:tasks|separator=comma}{report-info:name}{report-on}{report-column}
 {report-column:title=Labels}{report-info:labels}{report-column}
{report-table}
```

## Output

![image](media://150ae0ee-11ab-4dba-b550-92d329b3f3a1)