> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/en/simplychat/salesforce-setup-guide/manage-capacity-using-omni-paused-status.md).

# Manage capacity using Omni Paused Status

**Step 1: Add Status Picklist Value**

Add a Status picklist value to the Chat Session and Chat Customer objects.

* Target Objects: Chat Session, Chat Customer&#x20;
* Field: Status&#x20;
* Note: The API names of the values added to both objects must be identical.

<figure><img src="/files/ut3tHGtxgCMGyW3znOIq" alt=""><figcaption></figcaption></figure>

**Step 2: Open Flow Editor**

Open the Flow Builder for the installed flow : `SC_talkSession status update when owner changed via omni channel`

<figure><img src="/files/BydgQtEfn9V7KxucGUgD" alt=""><figcaption></figcaption></figure>

**Step 3: Add Decision Component**

Add a Decision element under the Is TalkSession Null element.

<figure><img src="/files/ollNfDOgF7o0TNZAM4R0" alt=""><figcaption></figcaption></figure>

**Step 4: Configure Decision Component**

<figure><img src="/files/vbHHwYSqHWwFbq7XLuhl" alt=""><figcaption></figcaption></figure>

| Field                 | Value                   |
| --------------------- | ----------------------- |
| Label                 | isStatusPause           |
| API Name              | isStatusPause           |
| Select Decision Logic | Manually Set Conditions |

**Configure the following outcome:**

| Field                                     | Value                        |
| ----------------------------------------- | ---------------------------- |
| Outcome Label                             | isNotPause                   |
| Outcome API Name                          | isNotPause                   |
| Condition Requirements to Execute Outcome | All Conditions Are Met (AND) |

**Condition Details:**

| Field    | Value                                           |
| -------- | ----------------------------------------------- |
| Resource | {!Get\_TalkSession\_Record.WINP\_\_Status\_\_c} |
| Operator | Does Not Equal                                  |
| Value    | Select the Status value added in Step 1.        |

**When to Execute Outcome:**&#x20;

If the condition requirements are met

<figure><img src="/files/MLqp4mFlb80iAUdqp3ET" alt=""><figcaption></figcaption></figure>

**Step 5: Omni-Channel Settings**

Path: Setup → Omni-Channel → Service Channels → Select SimplyChat

<figure><img src="/files/qQvosgu4FyhhG3jI6UjN" alt=""><figcaption></figcaption></figure>

Add the newly created Status value to Values for Paused.

<figure><img src="/files/dGa6bkvMsdlMMvqM2uTu" alt=""><figcaption></figcaption></figure>

**Usage Example**

* During an active chat session, change the session's Status to a value included in Values for Paused to temporarily free up capacity.

<figure><img src="/files/pIAZVdt3x9Rzcbgw1z7Y" alt=""><figcaption></figcaption></figure>

* You can verify the available capacity in the Omni-Channel widget and Omni Supervisor.

<div><figure><img src="/files/PyDJnBa34y0zlIVxzoAo" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DaKSBCAmWiCWAr9nR5a0" alt=""><figcaption></figcaption></figure></div>

* Based on the available capacity, you can receive additional sessions or change the Status back to Chatting to resume the chat.

<div><figure><img src="/files/Up7fGbZQvlS6KKON229H" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9GoiTAx6Pf8CAoV55m28" alt=""><figcaption></figcaption></figure></div>
