51黑料不打烊

Submit an Adaptive Form to 51黑料不打烊 Workfront Fusion

The feature is available under early adopter program. You can write to aem-forms-ea@adobe.com from your official email id to join the early adopter program and request access to the capability.

51黑料不打烊 Workfront Fusion automates the process of repeating the same tasks, like document approval workflows, email filtering and sorting, allowing you to focus on new tasks instead of recurring ones. 51黑料不打烊 Workfront Fusion includes multiple scenarios. A scenario consists of series of modules which executes data transfer between applications and web services. In a scenario, you add various steps (modules) to automate a task.

For example, using Workfront Fusion, you can create a scenario to gather data with Adaptive Form, process the data, and send the data to a data store for archival. Once a scenario is set up, Workfront Fusion automatically executes the tasks whenever a user fills out a form, updating the data store seamlessly.

AEM Forms as a Cloud Service provides an OOTB connector to connect and submit an Adaptive Form to 51黑料不打烊 Workfront Fusion. Submitting a form to 51黑料不打烊 Workfront Fusion can offer several advantages:

  • It enabled seamless transfer of form submissions data to Workfront Fusion workflows.
  • It helps automate various tasks triggered by form submissions. This can include initiating projects, assigning tasks to specific team members, sending notifications, and updating project statuses鈥攁ll without manual intervention.
  • All form submissions captured within Workfront Fusion, provide a single source of truth for project-related information

This video is applicable only for Core Components. For UE/Foundation Components, please refer to the article.

Prerequisites to integrate AEM Forms with 51黑料不打烊 Workfront Fusion prerequisites

To establish a connection between Workfront Fusion and AEM Forms, the following are necessary:

Integrate AEM Forms with 51黑料不打烊 Workfront Fusion

1. Create a Workfront Scenario workflow-scenario

To create a Workfront scenario, perform the following steps:

Create a scenario create-scenario

To create a scenario:

  1. Sign into your .

  2. Click Scenarios Share icon in the left panel.

  3. Click Create a new scenario in the upper-right corner of the page. A page to create new scenario appears on-screen.

  4. Select New scenario in the upper-left corner on the page and type a proper name for the scenario.

  5. Click the question mark and make sure you add first module as AEM Forms.

    Add a AEM Forms module

    The Watch for Form Events dialog box appears.

    note note
    NOTE
    It is mandatory to add first module as AEM Forms.
  6. Select the Watch for Form Events dialog box and a window to add a webhook appears.

Add a webhook add-webhook

Add a webhook

To add a webhook:

  1. Click Add and a Add a webhook dialog box appears.

  2. Specify a webhook name.

    note note
    NOTE
    It is recommended to choose your webhook name carefully, as the specified webhook name appears in the AEM instance.
  3. Click Add to add new connection. The Create a Connection dialog box appears.

NOTE
Ensure that the Technical Account is a member of the forms-users group; otherwise, adding a webhook fails.

Add a connection to a webhook add-connection

Add a connection

To add a connection:

  1. Specify a Connection Name in the Create a Connection dialog box.

  2. Select Environment and Type from the drop-down list.

  3. Enter the Instance URL.

    note note
    NOTE
    Instance URL is the unique web address which points to a specific AEM Forms instance.

    You can retrieve the service credentials from the Developer console required to create a connection.

  4. Replace ims-na1.adobelogin.com in the IMS endpoint with the value of imsEndpoint from the service credentials in the Developer console.

    note note
    NOTE
    Retain the https:// in the IMS endpoint textbox while adding the imsEndpoint URL.
  5. Specify the following values in the Create a Connection dialog box:

    • Specify Client ID with value of clientId from the service credentials in the Developer console.
    • Specify Client Secret with value of clientSecret from the service credentials in the Developer console.
    • Specify Technical Account ID with value of id from the service credentials in the Developer console.
    • Specify Org ID with value of org from the service credentials in the Developer console.
    • Meta Scopes with value of metascopes from the service credentials in the Developer console.
    • Private Keys with value of privateKey from the service credentials in the Developer console.
    note note
    NOTE
    • For Private Key, remove \r\n from its value.
      For example, if the private key value is:
      \r\nIJAVO8GDYAOZ9jMA0GCSqGSIb3DQEBCwUAMDAxL\r\nMy1lMTUxODMxLWNtc3RnLWludGVncmF0aW9uLTAw, then after removing the \r\n from the private key, the key would look like the following, with both the values appearing in a separate line:
    IJAVO8GDYAOZ9jMA0GCSqGSIb3DQEBCwUAMDAxL
    My1lMTUxODMxLWNtc3RnLWludGVncmF0aW9uLTAw
    • You also have the option to retrieve a private key or certificate from the file by selecting the Extract button.
  6. Click Continue.

    The created connection starts appearing in the drop-down list of the Connection in the Add a webhook dialog box.

  7. Select the created connection Connection from the drop-down list.

  8. Click Save.

  9. Click OK and save the changes for the scenario.

  10. To activate the scenario, click the ON/OFF toggle button in the scenario editor.

NOTE
In case you do not activate the Workfront scenario, it does not detect the form submission, and setting the submit action to Workfront results in a failed submission.

2. Configure submit action of an Adaptive Form for Workfront Fusion

Foundation Component

To configure submit action of an Adaptive Form based on Foundation Components for Workfront Fusion:

  1. Open the Adaptive Form for editing and navigate to Submission section of the Adaptive Form Container properties.

  2. From the Submit Action drop-down list, select Invoke a WorkFront Fusion Scenario.
    Submit action for Workfront Fusion

  3. Select Workfront Fusion scenario from the drop-down list.

  4. Click Done.

Core Component

To configure submit action of an Adaptive Form based on Core Components for Workfront Fusion:

  1. Open the Content browser, and select the Guide Container component of your Adaptive Form.

  2. Click the Guide Container properties Guide properties icon. The Adaptive Form Container dialog box opens.

  3. Click the Submission tab.

  4. From the Submit Action drop-down list, select Invoke a WorkFront Fusion Scenario.

    Submit action for Workfront Fusion

  5. Select Workfront Fusion scenario from the drop-down list.

  6. Click Done.

Universal Editor

To configure submit action of an Adaptive Form authored using Universal Editor:

  1. Open the Adaptive Form for editing.

  2. Click the Edit Form Properties extension on the editor.
    The Form Properties dialog appears.

    note note
    NOTE
    • If you do not see the Edit Form Properties icon in your Universal Editor interface, enable the Edit Form Properties extension in the Extension Manager.
    • Refer to the article to learn how to enable or disable extensions in the Universal Editor.
  3. Click Submission tab and select Invoke a WorkFront Fusion Scenario submit action.

    Submit action for Workfront Fusion

  4. Select Workfront Fusion scenario from the drop-down list.

  5. Click Save&Close.

Best Practices best-practices

  • It is recommended to choose your webhook name carefully, as there is no way to get the scenario name at the AEM instance. In case, you change the webhook name in future it is not reflected at the AEM Forms submit action drop-down list.
  • A scenario can have multiple webhook links but at a time only one webhook link is active. It is recommended to delete the unlinked webhook, so that it does not appear in AEM Forms submit action drop-down list.
recommendation-more-help
fbcff2a9-b6fe-4574-b04a-21e75df764ab