3 Activate and Run the Recipe

After you've configured the connections, you can activate and run the recipe.

  1. In the Configuration Editor, click Activate in the title bar. In the Activate Package dialog, click Activate again.
    A message confirms that the integration has been activated. Refresh the page to view the updated status of the integration.
  2. Run the recipe.
    1. On the Configuration Editor page, select the integration flow and click Run Run icon, then click Test.

      The page to test the integration with a sample data is displayed.

    2. In the Request section, click Body and enter the payload with the following details:
      Element Value to Migrate Integrations Value to Migrate Packages
      artifactType Enter integrations Enter packages
      code Enter the integration identifier Enter the name of the package
      version Enter the integration version. For example: 01.00.0000 Leave it blank

      For example:

      {
        "artifact": [
          {
            "artifactType": "integrations",
            "code": "GETCURRENT",
            "version": "01.00.0000"
          },
          {
            "artifactType": "packages",
            "code": "com.text",
            "version": ""
          }
        ]
      }
    3. Click Test.

      The integration flow now automatically migrates the integration artifacts form the source instance to the target instance. The Activity Stream pane appears displaying the status of the integration instance's execution.

    4. In the Response section of the test page, under the Body tab, you’ll find a HTTP status code as 202 accepted.
  3. Log in to your target instance and check for the migrated integration artifacts.