4 Activate and Run the Accelerator

After configuring connections and resources, activate and run the accelerator through the Oracle Integration interface or REST API. Both methods require passing a JSON payload in the provided format.

  1. In the project workspace, click Activate. In the Activate project panel, with the default project deployment selected, choose an appropriate tracing option, then click Activate.
    A message confirms that the integration has been activated. Refresh the page to view the updated status of the integration.
  2. Run the accelerator.
    1. In the Integrations section of the project workspace, click Actions Actions icon on the integration flow, then select Run.
    2. On the Configure and Run page, in the Request section, click the Body tab.
    3. In the Body field, enter the required JSON payload. For example:
      {
        "unifierJobId": "123456",
        " workspaceCode ": "code",
        "source": "Primavera Cloud"
      }
      Element Description
      unifierJobId A unique identifier for the Primavera Unifier job.
      workspaceCode The Oracle Primavera Cloud workspace ID.
      source The source system transferring data to Unifier.
    4. Select Run.
      You've now successfully submitted the integration for execution.

      Note:

      You can also schedule this integration to run at a date, time, and frequency of your choosing. See Define the Integration Schedule.
  3. Monitor the running of the integration flow in Oracle Integration.
    1. In the project workspace, click Observe. You'll see the integration flow being triggered and running successfully.
    2. To manage errors in your project, see Manage Errors in a Project.

Note:

To run the integration using the REST API, on the Configure and Run page, click the Endpoint Metadata tab. Copy the Endpoint URL and use additional information as necessary.