---
title: "Reporting app - Tasks on current page"
canonical: "https://support.appfire.com/space/CDML/649728225/Reporting%20app%20-%20Tasks%20on%20current%20page"
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

This example uses the [local-reporter](https://appfire.atlassian.net/wiki/spaces/REPS/pages/472914837) and [Workflow Supplier](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649726882) to generate a list of tasks on the current page.

```plaintext
{report-table}
  {local-reporter:workflow:state>tasks}
  {local-reporter}

 {report-column:title=Name}{report-info:name}{report-column}
 {report-column:title=Created by}{report-info:user>full name|link=true}{report-column}
 {report-column:title=Assigned to}{report-info:assignee>full name|link=true}{report-column}
 {report-column:title=Comment}{report-info:comment}{report-column}

 {report-empty}There are no tasks in this page{report-empty}
{report-table}
```

## Output

![image](media://6f03afe6-47d5-4fbe-82da-f604344a78c5)