Introduction to iterators exercise

Learn to use iteration-type apps and perform actions on each bundle of information.

Exercise overview

Look at a specific project in Workfront, then look at all the tasks within that project. You will use the increment tool module to count the number of tasks within the project. Finally, you’ll use the Set variable module to subtract the Number of Children from the Number of Open Issues to produce a numeric value for each of the task bundles.

Introduction to iterators Image 1

Steps to follow

Read a project and related tasks.

  1. Start a new scenario. Name it “Introduction to iteration.”

  2. Choose Workfront as the trigger module, Read a record.

  3. For Record Type, choose Project.

  4. For Outputs, choose ID, Name, and Description.

  5. In the ID field, put the project ID of the Northstar Fashion Exhibitors Booth project from your Workfront test drive instance.

  6. Rename this module “Find WF Projects.”

  7. Add another Workfront module to read the tasks related to this project. Choose the Read Related Records module.

  8. For Record Type, choose Project.

  9. For the Parent Record ID, choose the ID from the Read a record module.

  10. For Collections, select Tasks.

  11. For Outputs, select ID, Name, Description, Number of Children, Number of Open Issues, and Work.

  12. Rename this module “Read Project’s Tasks.”

  13. Save the scenario, then click Run once to see the outputs.

    • Click on the execution inspector and you see one bundle as input (the project) and 28 bundles as output (the tasks).

    Count and process iterated bundles.

  14. Add another module after Read Related Records. Choose an Increment function tools module.

    • Leave the Reset a value field as Never and click OK.
  15. Rename this module “Count the # of tasks.”

  16. Add a Set variable module. Set the Variable name to “Random Math.”

  17. In the Variable value field, subtract the number of open children from the number of open opTasks.

    It should look like this:

    Introduction to iterators Image 2

  18. Rename this module “Random Math.”

  19. Save the scenario and click Run once.

For each of the tasks produced by the Read Related Records iterator module, Workfront Fusion performed 28 executions. These 28 bundles will continue to be processed throughout the scenario unless an aggregator is added to close the loop.

recommendation-more-help
c9fbcf61-6d19-481e-a9ab-f54a0ae0ee8a