See the supported connectors for Application Integration.
Cancel executions
If you have an execution that is suspended due to an approval task or a technical issue, you can choose to cancel the execution. You can cancel an integration execution if the integration is in one of the following execution states:
- Suspended
- On hold
- Retry on hold
Cancel an execution
To cancel an execution, select one of the following options:
Console
- In Application Integration, go to the Logs page.
- In the navigation menu, click Logs. The Execution Logs page appears.
- For the execution that you want to cancel, click and then Cancel. The Cancel execution pane appears.
- Add the reason to replay the execution.
- Click Cancel Execution.
API
Call the projects.locations.integrations.executions.cancel
method and provide the ID of the execution that you want to cancel:
curl -X POST https://integrations.googleapis.com/v1/projects/PROJECT_ID/locations/REGION/integrations/INTEGRATION_NAME/executions/EXECUTION_ID:cancel -H "Authorization: Bearer $TOKEN"
Limitations
Cancel execution is subject to the following limitations:
- Canceling an execution that is triggered by a Schedule trigger isn't supported.
- You can't cancel an integration execution if the integration is in one of the following states:
- In process
- Succeeded
- Failed
- Canceled
What's next
- Learn about logs in Application Integration.
- Learn how to test and publish integrations.