Aggregator module in Adobe Workfront Fusion

An aggregator module is a type of module designed to merge several bundles of data into a single bundle.

For more information about module types, see Types of modules.

Access requirements

You must have the following access to use the functionality in this article:

Adobe Workfront plan*
Pro or higher
Adobe Workfront license*
Plan, Work
Adobe Workfront Fusion license**

Current license requirement: No Workfront Fusion license requirement.

Or

Legacy license requirement: Workfront Fusion for Work Automation and Integration

Product

Current product requirement: If you have the Select or Prime Adobe Workfront Plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan.

Or

Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.

To find out what plan, license type, or access you have, contact your Workfront administrator.

For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.

Aggregator module

When an Aggregator module executes, it does the following:

  • Accumulates all the bundles it receives during a single source module’s operation.
  • Outputs a single bundle with an array containing one item per each accumulated bundle. The content of the array’s items depends on particular Aggregator module and its setup.

The following image shows a typical setup of the Aggregator module :

Source Module

The module from which the bundle aggregation will start. The source module is usually an iterator or a search module that outputs a series of bundles. When you setup the aggregator's source module (and close the aggregator's setup), the route between the source module and the aggregator module are wrapped in a grey area so that you can see clearly the start and the end of the aggregation.

For more information on iterators, see Iterator module in Adobe Workfront Fusion

For more information on search modules see search modules in Types of modules.

Target structure type

(Applicable only for the Array aggregator module.) The target structure into which the data shall be aggregated. The default option, Custom, enables you to choose items that should be aggregated into the Array aggregator's output bundle's Array item:

Once you connect more modules after the Array aggregator module and get back to the module's setup, the Target structure type dropdown will contain all following modules and their fields that are of type Array of Collections, as shown in the Attachments field of the Slack >Create a Message module:

Aggregated fields
Select the fields that you want to include in the aggregator module output.
Group by

The aggregator's output can be split into several groups with the help of the Group by field. The Group by field can contain a formula that is evaluated for each aggregator's input bundle. The aggregator then outputs one bundle per each distinct formula's value. Each bundle contains two items:

  • Key contains the distinct value.
  • Array contains the aggregated data from the bundles for which the formula evaluated to the Key value.
Stop processing after an empty aggregation
By default, the Aggregator module outputs the result of the aggregation even in case no bundles reached the Aggregator module (for example, because they have been all filtered out on their way). If the option Stop processing after an empty aggregation is enabled, the Aggregator module will not produce any output bundle in this case and the flow will stop.
NOTE
Bundles generated by modules between the source module and the Aggregator module are not outputted by the Aggregator module, so they are not accessible by the modules in the flow after the Aggregator. If you need any data from a bundle outputted by a module between the source module and the Aggregator module, make sure to include the given item in the Aggregator module’s setup (as in the Aggregated fields field in the setup of the Array aggregator module).
INFO
Example: Use Case: Zipping all email attachments and uploading the ZIP to Dropbox
The scenario below shows how to:
  • Watch a mailbox for incoming emails: Email >Watch emails trigger will output a bundle with item Attachments[], which is an array containing all the email’s attachments.

  • Iterate the email’s attachments: Email >Iterate attachments iterator takes the items from the Attachments[] array one by one and sends them further as separate bundles.

  • Aggregate the bundles outputted by the Email >Iterate attachments module: Archive >Create an archive aggregator accumulates all the bundles it receives and outputs a single bundle containing the ZIP file.

  • Upload the resulting ZIP file to Dropbox: Dropbox > Upload a file obtains the ZIP file from the Archive > Create an archive module and uploads it to Dropbox.

Below is a sample setup of the Archive > Create an archive aggregator:
recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43