Example: In this scenario that watches for incoming requests in Workfront and then converts them to Workfront projects, data would flow as follows:

The scenario’s first step, performed by the first module, is to watch for requests. Each request that it finds is considered one bundle. If the module runs without finding any bundles, the scenario ends after the first module.

If the first module returns a bundle, the bundle passes through the rest of the scenario. In this example, the bundle would go to the second module, which converts the request to a project.

Execution flow of Workfront scenario

Example: Workfront Fusion for Work Automation and Integration

Example: In This scenario that downloads documents from Adobe Workfront and sends them to a folder in Dropbox, data would flow as follows:

The scenario’s first step, performed by the first module, is to watch for documents in Workfront… Each document that it finds is considered one bundle. If the module runs without finding any bundles, the scenario ends after the first module.

If a bundle is returned, the bundle passes through the rest of the scenario. In this example, the rest of the scenario consists of the secondmodule, which uploads the bundle to the Dropbox folder.

Execution flow of integration scenario

If the first module returns multiple bundles, the first bundle is uploaded to Dropbox before the second bundle is uploaded. Then the second bundle uploads, then the third, and so on.