You can apply the task filters below to display working tasks. Working tasks are tasks that can be worked independently and are not parent tasks to other tasks. In one example, a filter identifies children tasks that could be parents themselves. In this case, they are not working tasks.
You must have the following access to perform the steps in this article:
Adobe Workfront plan* | Any |
Adobe Workfront license* | Request to modify a filter Plan to modify a report |
Access level configurations* | Edit access to Reports, Dashboards, Calendars to modify a report Edit access to Filters, Views, Groupings to modify a filter NOTE If you still don’t have access, ask your Workfront administrator if they set additional restrictions in your access level. For information on how a Workfront administrator can modify your access level, see Create or modify custom access levels. |
Object permissions | Manage permissions to a report For information on requesting additional access, see Request access to objects . |
*To find out what plan, license type, or access you have, contact your Workfront administrator.
You can apply the following filter to a task report to display tasks with no children. They could have parents of their own and be children of other tasks.
From the Main Menu , click Reports.
Click New Report.
Select a Task Report.
Click Filters.
Click Add a Filter Rule.
In the Start typing field name … line, start typing Number of Children.
Select Equal (Case Sensitive) for your modifier, then enter 0 for the number of children.
Or
Click Switch to Text Mode, and in the text editing window, copy and paste the following text:
numberOfChildren=0
numberOfChildren_Mod=eq
Click Save + Close.
This pulls a report for all tasks which are working tasks in your system. Some of these tasks could have a parent, but they are not parent tasks themselves.
You can apply the following filter to a task report to display tasks with parents, meaning they are children tasks. However, these tasks could also have children of their own because the filter does not exclude their children. Children tasks that are also parents for other tasks are not considered working tasks.
From the Main Menu , click **Reports.
Click New Report.
Select a Task Report.
Click Filters.
Click Add a Filter Rule.
In the Start typing field name … line, start typing Parent ID.
Select Is Not Blank for your modifier.
Or
Click Switch to Text Mode, and in the text editing window, copy and paste the following text:
parentID_Mod=notblank
Click Save + Close.
This pulls a report for all tasks in your system that have parents and are children tasks of those parents. Some of these tasks could be a parent themselves.
You can apply the following filter to a task report to display standalone working tasks. These tasks don’t have a parent and they have no children of their own.
From the Main Menu , click Reports.
Click New Report.
Select a Task Report.
Click Filters.
Click Add a Filter Rule and in the Start typing field name … line start typing Number of Children select Equal (Case Sensitive) for your modifier, then enter 0 for the number of children.
Click Add another Filter Rule and in the Start typing field name … line start typing Parent ID, then select Is Blank.
Or
Instead of steps 6-7, click Switch to Text Mode and in the text editing window, copy and paste the following text:
numberOfChildren=0
numberOfChildren_Mod=eq
parentID_Mod=isblank
Click Save + Close.
This pulls a report for all tasks in your system that have no parents nor children. These are standalone working tasks.