> ## Documentation Index
> Fetch the complete documentation index at: https://manuals.cobo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# View and update approval workflows

This article describes how to view and update approval workflows of Cobo Portal Apps.

## Context

In the context of Cobo Portal Apps, an approval workflow consists of specific operations on the app that will trigger certain approval rules. For example, if you make a batch payout in the [Batch Payout](/en/apps/batch-payouts/introduction) app, you might trigger an approval workflow in which the batch payout requires approval from organization admin, the payout request will be in the Pending Approval status until the admin approves or rejects.

When you install an app, the app will be automatically configured with default approval workflows, which is defined in the [app manifest file](https://www.cobo.com/developers/v2/apps/build-app#configure-the-manifest-file) by app developers.

## Prerequisites

You have been assigned the [Admin](/en/portal/organization/roles-and-permissions) role or a role with equivalent permissions.

## Steps

1. Log into [Cobo Portal](https://portal.cobo.com/login).

2. Click **Apps** in the left sidebar to open the **Apps** page.

3. In the **All Apps** section or the **Installed Apps** section, click <img src="https://mintcdn.com/cobo-6/iUEIXAPu2nP-33wJ/en/images/common/icon_advanced.svg?fit=max&auto=format&n=iUEIXAPu2nP-33wJ&q=85&s=e711970da1306779eb92c0d06cff00ee" className="icon" alt="the settings icon" width="32" height="32" data-path="en/images/common/icon_advanced.svg" /> on an app to open the **App Management** page.

   <img src="https://mintcdn.com/cobo-6/MQBHO3mmoAR5TXFg/en/images/portal-apps/app-overview-installed.png?fit=max&auto=format&n=MQBHO3mmoAR5TXFg&q=85&s=5ef2bc23045db32335ef23be809c6bb5" className="screenshot_full_screen" alt="Screenshot of Cobo Portal Apps" width="1377" height="745" data-path="en/images/portal-apps/app-overview-installed.png" />

4. On the **App Management** page, switch to the **Workflow** tab.

   <img src="https://mintcdn.com/cobo-6/MQBHO3mmoAR5TXFg/en/images/portal-apps/batch-payouts/workflow_tab.png?fit=max&auto=format&n=MQBHO3mmoAR5TXFg&q=85&s=c857b0b07773360d37fafb9c98403fdc" className="screenshot_full_screen" alt="The Workflow tab" width="1364" height="739" data-path="en/images/portal-apps/batch-payouts/workflow_tab.png" />

   Now you can view the default approval workflows that apply to this app.

   <Note>The tab will be invisible if the app does not have any default approval workflow.</Note>

5. To view the instances of an approval workflow (the operations that triggers the approval workflow), click the history icon <img src="https://mintcdn.com/cobo-6/kN7nJigFS3OYqEdh/en/images/portal-apps/batch-payouts/icon_history.svg?fit=max&auto=format&n=kN7nJigFS3OYqEdh&q=85&s=4cc0c954d9bc06c34c1764cdd65bb9d7" className="icon" alt="the history icon" width="32" height="32" data-path="en/images/portal-apps/batch-payouts/icon_history.svg" /> to display the **Approval History** dialog.

   <img src="https://mintcdn.com/cobo-6/MQBHO3mmoAR5TXFg/en/images/portal-apps/batch-payouts/history.png?fit=max&auto=format&n=MQBHO3mmoAR5TXFg&q=85&s=8774610f87f73aa0ed17a7e271b79b21" className="screenshot_full_screen" alt="The Approval History dialog" width="777" height="477" data-path="en/images/portal-apps/batch-payouts/history.png" />

6. To update an approval workflow, click the <img src="https://mintcdn.com/cobo-6/iUEIXAPu2nP-33wJ/en/images/common/icon_edit.svg?fit=max&auto=format&n=iUEIXAPu2nP-33wJ&q=85&s=7a29d417f8ab29d73a33b4f5adfd8571" className="icon" alt="the edit icon" width="34" height="34" data-path="en/images/common/icon_edit.svg" /> icon on the **Workflows** tab to open the **Edit Approval Workflow** dialog.

   <img src="https://mintcdn.com/cobo-6/LmEq_4AZoysJjt68/en/images/portal-apps/workflow_settings.png?fit=max&auto=format&n=LmEq_4AZoysJjt68&q=85&s=9413a734ce280270846696f654a663fe" className="screenshot_full_screen" alt="The Edit Approval Workflow dialog" width="637" height="751" data-path="en/images/portal-apps/workflow_settings.png" />

7. In the **Edit Approval Workflow** dialog, you can update the trigger condition and the triggered action, and click **Confirm** to proceed.

8. Enter the verification code from your Portal Mobile or other MFA methods to approve the workflow changes.

## Next steps

Now the approval workflow's status becomes **Pending Approval**. This is because change approval workflows, similar to other operations in Cobo Portal, will be subject to [Governance policies](/en/portal/risk-controls/governance-policies), which means the changes might require approval from your organization admin. After the approval, the approval workflow's status will change to **Active**, and will apply to all the operations that trigger the approval workflow.

<Note>You can edit the related governance policies in the **Organization** > **Governance Policies** > **Organization** > **Change App Permissions and Settings**.</Note>
