Apigee Resume Integration

You can resume an integration that is suspended in Apigee using the Apigee Resume Integration action.

You can use the suspend task in Apigee to temporarily pause and then resume the execution of an integration. When an integration is suspended the execution is halted and all tasks after the suspend task are suspended. You can configure an output variable (Suspension result) for the suspended task that you can use to resume the integration. You must configure a suspend task element in Apigee to suspend an integration. For more details, see Suspend an integration.

You can use the Apigee Execute Integration to configure and execute an integration in Apigee. If you use the execute integration to suspend an integration in Apigee, the result shows a suspension ID that you can use to resume the integration.

To revoke the suspension you can use the Apigee Resume Integration action. You can use one of the following options to resume an integration:
  • Execution ID: A unique identifier for the execute integration task that is performed to suspend a task in Apigee.
  • Suspension ID: A unique identifier for the Suspend task. The value of this variable is set immediately after the integration is suspended.
  • Suspension result: A variable to store the result of the Suspend task.

Apigee Execute Integration

Procedure

  1. Log in to the Control Room.
  2. Create a new bot or modify an existing bot. For more details, see Create your first bot.
  3. From the Actions pane, select Apigee > Resume integration and place it under the bot flow.
    1. In the Project ID field, enter the GCloud project ID or select a variable if the project ID is stored as a variable.
    2. In the Location field, select the location of the integration you want to resume.
    3. In the Integration name field, specify the name of the Apigee integration.
    4. In the Execution ID (optional) field, you can specify the unique execution ID of the Apigee integration.
    5. In the Suspension ID (optional) field, you can specify the unique ID of the Apigee suspend task.
    6. In the Suspension result (optional) field, you can store the suspension result in one of the following formats:
      • Text: You can use a text value for the suspension result.
      • Dictionary: You can use a name or value pairs for the suspension result.
      • Manual entry: You can manually enter names and values as the suspension result.
    7. Enter Default as the session name.
    8. In the Event execution info ID (optional) field, specify the unique ID of the integration execution.
      Apigee Execute Integration