# Pause and Resume

## Pause

Pause is a UI Action on the Integration. Clicking it will pause the Integration, causing all subsequently created Transactions to queue in the order they were created.

Pause is different to deactivating the Connection. Deactivating the Connection would stop all processing completely, whereas Pause simply prevents the Messages from being sent until the Integration is resumed.

To pause an Integration, click the the **Pause** UI Action in the header of the Integration record in native ServiceNow.

![](/files/-MQHU3Dzz0yASo0CG_nS)

An Info Message will be displayed, stating the Integration is paused.

![](/files/-MQHU7qKLrtG-aVqoQyD)

{% hint style="info" %}
Unifi Admins can pause Integrations if the state is 'Active'
{% endhint %}

## Resume

Once an Integration has been paused, the Resume UI Action is available on the Integration. Clicking it will restart the queue, processing the queued Transactions in order.

To resume an Integration, click the the **Resume** UI Action in the header of the Integration record in native ServiceNow.

![](/files/-MQHULRyN1nzi_i4dk7f)

A modal is displayed asking to confirm Resume Integration. Click **OK**.

![](/files/-MQHUR-kS-YsteWMsKqN)

The Resume Integration Worker modal is displayed, showing progress.

![](/files/-MQHUYZqHh7mjsJxnVub)

{% hint style="info" %}
Unifi Admins can resume Integrations if the state is 'Paused'
{% endhint %}

## Use Case

It is not envisaged to use this feature when dealing with errors (use 'Ignore' in that case). The primary use case for Pause and Resume would be for occasions where there are planned outages. For example, the other system is undergoing planned maintenance.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sharelogic.com/unifi/2.2/feature-guides/error-handling-tools-feature-guide/pause-and-resume.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
