Create a practice automation scenario in Adobe Workfront Fusion

This article describes how to create an automation scenario with Adobe Workfront Fusion. Automation scenarios automate Workfront processes, including data manipulation and transformation. This example takes you through the process of creating a scenario that searches for a project and then returns all of the tasks associated with that project.

For instructions on building an integration scenario that connects separate apps, see Create a practice integration scenario in Adobe Workfront Fusion.

For more information on functionality available with each Workfront Fusion license, see Adobe Workfront Fusion licenses.

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.

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

Create a practice scenario

The role of Adobe Workfront Fusion is to automate your processes so that you can concentrate on new tasks rather than repeating the same tasks again and again. It works by linking actions within and between apps and services to create a scenario that transfers and transforms your data automatically. The scenario you create watches for data in an app or service and processes that data to provide the result you want.

A scenario is comprised of a series of modules that indicate how data should be transformed within an app or transferred between apps and web services.
This example takes you through the process of creating a scenario that searches for a Workfront project and returns the tasks in the project.

Creating a scenario consists of several main tasks:

Choose the apps and name the scenario

  1. Sign into your Workfront Fusion account.

  2. Click Scenarios in the left panel.

    note note
    NOTE
    If you do not see the left navigation panel or its icons, click the Menu Menu icon.

    In the gray Folders panel that displays, you can organize your scenarios into folders.

    At the top of the main area to the right, you can view All scenarios you have built, your Active Scenarios, Inactive Scenarios, and Concepts. Concepts are scenarios that need some more work before Workfront Fusion can classify them as active or inactive.

  3. In the Folders panel, click the Add folder icon , then type a name like “Practice scenarios” for your first folder.

  4. Open the folder, then click Create a new scenario in the upper-right corner of the page.

    The landing page that displays lets you pre-load any apps you want to use in the scenario you are going to build.

  5. For this exercise, search for and select the Workfront app.

  6. Click Continue in the upper-right corner.

    The scenario editor displays, containing an empty module in the center, the Workfront app you pre-loaded, and some options in the toolbar at the bottom.

    When you begin creating a new scenario, it’s a good idea to start by creating a name for it.

  7. Select the New scenario placeholder name in the upper-left corner, then type a name such as “Practice scenario 1.”

  8. Continue with Add and configure the first module below.

Add and configure the first module

The empty module with a question mark represents the trigger module you need to add. This module will start the scenario each time it runs. The clock icon on the empty module indicates that is a scheduled module.

This module will contain the data that you want the scenario to watch for.

For this example, we are not using a trigger module. Instead, this scenario begins with a search.

  1. Click the empty module to choose the app from which you will select a module.

    The app you pre-loaded earlier displays next to the empty module. You can add any other apps that have modules using the Search box.

  2. Click Workfront.

    The list changes to display all Workfront modules that you can use as a trigger module.

  3. Click the Search module Search.

    Now you need to establish an authenticated connection to your Workfront account. Every module you add to a scenario must have a connection to its app.

  4. In the Workfront box, under Connection, click Add, then type a name for the connection, such as “Olivia’s Workfront account,” then click Continue.

  5. Authenticate the connection in the window that displays.

    The process for authenticating a connection can vary a bit between apps. The following process is specific to Workfront, but the process is similar to many apps.

    1. Enter your Workfront domain, then click Continue.
    2. Log into Workfront.
    3. Examine the access that Workfront Fusion is requesting, then click Allow Access.

    If you need help, see Connections overview.

Configure the first module

After you connect Workfront Fusion to your Workfront account, you can specify a Workfront request queue that you have access to and the data there that you want the first module to process.

  1. In the Record Type box, select Project. This sets the module to search only projects.

    note tip
    TIP
    You can find Project in the list if you start typing the word “project.”
  2. In the Result Set box, select First Matching Record. This sets the module to return only the first record it finds that meets the criteria. For this example, we need only one record returned.

  3. In the Search criteria area, we’ll set up a filter to return the specific project.

    1. In the first box under Search Criteria, select the field that you want to search the values of. For this example, select Name.
    2. For the operator, select Contains (case insensitive). This allows the module to find projects with your chosen words in its name, even if you do not enter the entire name, or enter the name with the incorrect case (such as all caps).
    3. In the last field under Search Criteria, enter a word or phrase that you know is in the name of the project you are searching for.
  4. In the Outputs list, select the fields that you want the module to output. For this example, select the ID and Name fields.

    note tip
    TIP
    You can use Cmd+F (Mac OS) or Ctrl-F (Windows OS) to find a field quickly.
  5. Click OK.

    note note
    NOTE
    (Information only) Since this is not a trigger module, you do not choose where to start it. When using a trigger module, you would now select where to start it.
    For more information, see Choose where a trigger module starts in Adobe Workfront Fusion.
  6. Right-click the module, click Rename, then type a name the describes what you want the module to do (such as “Search for project),” then click OK.

    The name appears just below the module. Below that, Workfront Fusion includes a brief description of the type of action performed by the module.

  7. Continue with Add and configure the second module.

Add and configure the second module

  1. Click the partial circle to the right of the of the module to Add another module.

  2. Select Workfront from the list of applications, then choose the search module Read Related Records.

  3. You already created a connection to Workfront for the previous module. You don’t need to create it again here, but you must make sure this module is using the same connection as the previous module.
    In the Connection box, select the connection that you created for the previous module.

  4. Click Record type, then select Project, because we want to read records related to a project.

    note tip
    TIP
    You can find Project in the list if you start typing the word “project.”
  5. Click the Parent Record ID field. This field requires the Workfront ID of the project that you want to return tasks from.

    Clicking the field opens the list of variables that you can use in the Parent Record ID field to identify the project in Workfront.

  6. Click the variable ID to add it to the Parent Record ID field. This allows the ID returned from the first module to be used as the identifier for the project that you want to work with in the second module, which ensures that the tasks returned will belong to that project.

  7. In the Collections field, select Tasks. This indicates that the module is to return tasks associated with the chosen project.

  8. Click OK

    Now you have a working scenario.

  9. Give the second module a name such as “Return tasks associated with project,” then continue with Test the scenario.

Test the scenario

Before you activate your scenario, it’s important to test it by running it at least once and viewing the results. This helps you understand how data flows through the scenario and find any errors.

We chose to have 1 project returned, as well as the tasks associated with that project. If you run the scenario, that is what should happen.

  1. Click Run once in the lower-left corner of the scenario editor.

  2. After the scenario finishes running, click the bubble above the first module.

    In the box that appears, you can view information about the bundle of data that the module processed, including the actual data that was pulled from the project that the module returned.

  3. Click the execution inspector bubble above the Second module to see the input of information and the output, which is a collection of tasks contained in the project.

    You can learn more about how to read scenario execution information in the following articles:

  4. In Workfront Fusion, click Save near the lower-left corner to save your progress on the scenario.

    note important
    IMPORTANT
    Save often as you hone and test a scenario.
TIP
We recommend the optional but useful practice of adding notes about each module.
  1. Right-click a Workfront module, then click Add a note.

  2. In the note that displays, type an overview for the module.

    You can add multiple notes for a module.

  3. Close the Notes area.

    After you add a note to a scenario, an orange dot displays on the Notes icon at the bottom of the scenario editor.

  4. Click the Notes icon to view your notes.

Activate the scenario

This example scenario does not have a trigger module. If this were a scenario you would be using for real data it would start with a trigger module, and the last thing you would do is activate it. After you activate a scenario, by default, it runs every 15 minutes. You can change this by defining when and how often you want it to run.

For more information about activating scenarios, see Activate or deactivate a scenario in Adobe Workfront Fusion.

For information about schedules, see Schedule a scenario in Adobe Workfront Fusion.

recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43