Verwenden Sie Workfront Fusion, um ein Workfront-Problem in ein Projekt mit Adobe Experience Manager-Workflows zu konvertieren
If you are creating a project through Workfront Fusion and want to include Adobe Experience Manager workflows on the project, you must use a specific Fusion module configuration, described in this article.
Diese Funktion ist im Bereich Neue Dokumente nicht verfügbar.
Zugriffsanforderungen
| table 0-row-2 1-row-2 2-row-2 3-row-2 html-authored no-header | |
|---|---|
| Adobe Workfront-Paket |
Ein beliebiges Adobe Workfront Workflow- und Adobe Workfront Automation and Integration-Paket Workfront Ultimate Workfront Prime- und Select-Pakete bei zusätzlichem Kauf von Workfront Fusion. |
| Adobe Workfront-Lizenzen |
Mitwirkende oder höher Anfragende oder höher |
| Produkt |
Adobe Experience Manager:
Workfront Fusion:
|
| Konfigurationen der Zugriffsebene | Zugriffrecht „Bearbeiten“ für Dokumente |
Voraussetzungen
Bevor Sie beginnen,
-
Your Workfront administrator must configure workflows in an Adobe Experience Manager integration. For more information, see Configure the Experience Manager Assets as a Cloud Service integration.
-
You must have a project template configured with an Adobe Experience Manager integration linked folder workflow.
-
You must have created an OAuth application in Workfront to configure the connection for this module.
For instructions, see Create an OAuth application in this article.
Module configuration
In Workfront Fusion, if you want to create a project that includes Adobe Experience Manager workflows, you must use the Workfront > Misc Action module.
-
Add the Workfront > Misc Action module to your scenario.
-
In the Connection field, select the Workfront connection that connects to the account this module will use.
For instructions on creating a connection, see Connect Workfront to Workfront Fusion in the article Workfront modules.
For instructions on creating the Client ID and Client Secret you will need to create a connection, see Create an OAuth application in this article.
-
Wählen Sie Feld Datensatztyp“
Issueaus. -
In the Action field, select
convertToProject. -
In the ID field, enter or map the ID of the issue that you are converting to a project.
-
Enable Show advanced settings.
-
Scroll to the bottom of the module and locate the Project (Advanced Collection) field.
-
Paste the following text into the Project (Advanced Collection) field.
code language-none { "aemNativeFolderTreeIDs": ["Folder Tree ID here"], "aemNativeFolderWorkflowEnabled": "true", "name": "New project name here", "templateID": "Template ID here" } -
Replace
Folder tree ID herewith the folder IDs.To locate folder tree IDs, see Locate folder tree IDs in this article.
To use more than one folder tree, separate IDs with a comma:
"aemNativeFolderTreeIDs": ["Folder tree ID here","Second folder tree ID here"], -
Replace
New project name herewith the name that the new project will have. -
Replace
Template ID herewith the ID of the template that you are using for the new project.You can map the template ID from a previous module (such as a Workfront > Search module) or locate it in the URL of the template's page in Workfront.
-
Click OK to save the module configuration.
Locate folder tree IDs
To locate the folder tree IDs:
-
In Workfront, open the template that you want to use for this project. This template must include the Adobe Experience Manager configuration that you want to use for the project.
-
Open the developer tools for your browser.
-
Open the Network tab in the developer tools.
-
In the Filter box, enter
object-workflow. -
In the Name column, click on the alphanumeric ID that appears.
-
Click the Preview tab to the right of the alphanumeric ID.
-
Open the following collapsed sections:
dataobjectWorkflowworkflowsenhancedLinkedFolderCreationWorkflowenhancedLinkedFolderCreationWorkflowConfigurations
Jede Ordnerstruktur wird durch eine Zahl dargestellt. 0 (Null) steht für den ersten Ordner in der Liste, 1 steht für den zweiten Ordner usw. Wenn die Vorlage nur eine Ordnerstruktur enthält, ist dies die Zahl 0.
-
Öffnen Sie die Ordnerstruktur, die Sie für das neue Projekt verwenden möchten. Notieren Sie sich den Wert des
_id. Wenn Sie mehr als eine Ordnerstruktur verwenden möchten, notieren Sie sich alle_idFeldwerte für die Ordnerbäume, die Sie verwenden möchten.
Dies sind die
aemNativeFolderTreeIDsWerte, die Sie in das Feld Projekt (Erweiterte Sammlung) im Modul Workfront > Misc Actions eingeben.
Erstellen einer OAuth-Anwendung
Für die Verbindung dieses Moduls müssen Sie in Workfront eine OAuth-Anwendung einrichten. Sie müssen dies nur einmal für eine bestimmte Workfront-Verbindung in Fusion tun.
-
Beginnen Sie in Workfront mit der Erstellung einer OAuth-Anwendung, wie beschrieben unter Erstellen einer OAuth2-Anwendung mit Benutzeranmeldeinformationen (Autorisierungs-Code-Fluss) im Artikel Erstellen von OAuth2-Anwendungen für Workfront Integrationen.
-
Kopieren Sie die Client-ID und den geheimen Client-Schlüssel an einen sicheren Speicherort.
-
Geben Sie Feld Umleitungs-URIs“ Folgendes ein:
code language-none http://app.workfrontfusion.com/oauth/cb/workfront-workfront -
Klicken Sie auf Speichern.
Diese Client-ID und dieses Client-Geheimnis werden beim Konfigurieren der Verbindung des Moduls in Fusion verwendet.
Anweisungen zum Erstellen einer Verbindung finden Sie unter Verbinden Workfront mit Workfront Fusion im Artikel Workfront-Module.