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",
        "synchronizeBaselineProjects": false,
        "opcWorkspaceCode": "code",
        "removeUnreferencedData": true,
        "opcProjectCode": "OPC-Jira-Integrated",
        "unifierProjectNumber": "P-001"
      }
      Element Description
      unifierJobId A unique identifier for the Unifier job.
      synchronizeBaselineProjects Indicates whether to synchronize baseline projects (true/false).
      opcWorkspaceCode The Primavera Cloud workspace ID.
      removeUnreferencedData Indicates whether to remove previously synchronized data (true/false).
      opcProjectCode The Primavera Cloud project ID.
      unifierProjectNumber The project number of the Unifier project.
    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.