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

# Monitor workflow

> Monitor the execution of your workflow

After deploying and activating a workflow, you can monitor its execution status, track successful and failed actions, and review detailed execution logs from the Kwala dashboard.

## Prerequisites

* A deployed and activated workflow. See [Deploy workflow](/workflow-builder/deploy-workflow).

## View your workflows

Navigate to the [Kwala dashboard](https://app.Kwala.network/dashboard) to view all workflows associated with your account.

<Frame>
  <img src="https://mintcdn.com/kwala-1f7da9fb/eCmxMl9Czq59OEnM/images/workflow-builder/monitor-workflow/my-workflows-dashboard.PNG?fit=max&auto=format&n=eCmxMl9Czq59OEnM&q=85&s=100549c7c0ca099a6abda7c223778189" alt="My workflows dashboard" width="1341" height="615" data-path="images/workflow-builder/monitor-workflow/my-workflows-dashboard.PNG" />
</Frame>

The **My Workflows** dashboard displays a cumulative overview of:

* **Successful actions**: Total number of actions that completed successfully
* **Failed actions**: Total number of actions that failed
* **Average execution time**: The average time taken to execute actions
* **Chains used**: The blockchain networks your workflows interact with

### Successful actions

Select the **Successful Actions** tab to see a detailed view of all workflow executions and their results.

<Frame>
  <img src="https://mintcdn.com/kwala-1f7da9fb/eCmxMl9Czq59OEnM/images/workflow-builder/monitor-workflow/successful-actions-metadata.PNG?fit=max&auto=format&n=eCmxMl9Czq59OEnM&q=85&s=de27a08cbb7eb4cf9f88515e105f4779" alt="Successful actions tab" width="1601" height="832" data-path="images/workflow-builder/monitor-workflow/successful-actions-metadata.PNG" />
</Frame>

Each record includes the following metadata:

* **Workflow**: The name of the workflow
* **Action**: The specific action that was executed
* **Timestamp**: When the action was executed
* **Execution time**: How long the action took to complete
* **Gas fees**: The gas consumed for the action
* **Chain ID**: The blockchain network where the action executed
* **Action completed**: Confirmation that the action finished successfully

### Failed actions

Expand the **Failed Actions** pane to review actions that did not complete successfully. Use this information to identify and resolve workflow issues.

### Chains used

The **Chains Used** section displays all blockchain networks your workflows have interacted with. Select this pane to view detailed on-chain activity.

## View workflow details

Select the workflow you want to monitor. The workflow information pane displays the current status of your workflow.

<Frame>
  <img src="https://mintcdn.com/kwala-1f7da9fb/eCmxMl9Czq59OEnM/images/workflow-builder/monitor-workflow/workflow-information-pane.PNG?fit=max&auto=format&n=eCmxMl9Czq59OEnM&q=85&s=9f60c57f0ce95d38f32163ffaabefe8a" alt="Workflow details pane" width="826" height="371" data-path="images/workflow-builder/monitor-workflow/workflow-information-pane.PNG" />
</Frame>

<Tip>
  To prevent unnecessary credit consumption by deployed workflows, update the expiry date for workflows that are no longer in use.
</Tip>

You can also use the **Console Logs** tab to monitor action execution in real-time and troubleshoot issues.

## Monitor workflows using Kwala Explorer

You can also monitor your workflows using the [Kwala Explorer](https://Kwala-explorer.lovable.app/). The Explorer provides an alternative view of your workflow activity and execution history.

To view your workflows in the Explorer:

1. Navigate to [Kwala Explorer](https://Kwala-explorer.lovable.app/)
2. Search the workflow using the workflow name or wallet address
3. View the overview of all workflows associated with your account

<Frame>
  <img src="https://mintcdn.com/kwala-1f7da9fb/eCmxMl9Czq59OEnM/images/workflow-builder/monitor-workflow/explorer-wallet-address-overview.PNG?fit=max&auto=format&n=eCmxMl9Czq59OEnM&q=85&s=902548f58eb6d502af5aae4f86f1b500" alt="Explorer wallet address overview" width="1461" height="940" data-path="images/workflow-builder/monitor-workflow/explorer-wallet-address-overview.PNG" />
</Frame>

The overview displays:

* Total workflows deployed with your wallet address
* Total actions executed

### Recent actions

Use the **Recent Actions** pane to view detailed execution records, including:

* **Workflow ID**: Unique identifier for the workflow
* **Actions**: Specific actions that were executed
* **Chains**: Blockchain networks used
* **Gas fees**: Gas consumed during execution
* **Timestamp**: When the action was executed
* **Status**: Execution status (success, failed, pending)

Selecting a **Workflow ID** opens detailed workflow information, including trigger configuration, action history, and execution logs.

<Info>
  For more information on using the Kwala Explorer, see [Kwala Explorer overview](/explorer/overview).
</Info>

## Next steps

<CardGroup cols={2}>
  <Card title="Kwala Explorer" icon="magnifying-glass" href="/explorer/overview">
    Explore workflows and executions on the network
  </Card>

  <Card title="Create workflow" icon="plus" href="/workflow-builder/create-workflow">
    Create a new workflow
  </Card>
</CardGroup>
