---
title: Workflow Execution Status
description: Monitor and manage workflow statuses in Infoveave with Workflow Execution Status - view progress, filter workflows, and handle failures efficiently.
---
import { Aside, Steps } from '@astrojs/starlight/components';
import { MediaPlayerComponent } from "../../../../components/video-player";
import RunScript from "../../../../components/RunScript.astro";

import { CardGrid, Card } from "@astrojs/starlight/components";

# Workflow Execution Status

<MediaPlayerComponent
  video="Workflow-Execution-Status-video.mp4"
  chapters={[
       {
      start: 0,
      end: 4,
      text: "Click Workflow Execution icon",
      description:
        "Click on the Workflow Execution Status icon in the Infoveave, located at the top right navigation menu.",
    },
    {
      start: 4,
      end: 11,
      text: "Toggle View Modes",
      description:
        "On the Workflow Execution page, click the Gantt chart icon to switch to the Gantt chart view. To return to the default table view, click the Table icon.",
    },
    {
      start: 11,
      end: 32,
      text: "Filter by Workflow Status",
      description:
        "To filter workflows by their execution status, click the All dropdown. Select Success to view only successful workflows, Failure to see failed ones, or Running to display workflows currently in progress.",
    },
    {
      start: 32,
      end: 36,
      text: "Filter by Date",
      description:
        "Click the calendar icon to open the date picker. Select a specific date to filter the displayed workflows to that particular day.",
    },
    {
      start: 36,
      end: 42,
      text: "Search for a Specific Workflow",
      description:
        "Use the search bar to find a specific workflow. Type the workflow's name into the search field to quickly locate it in the list.",
    },
  ]}
  poster="/images/introduction-poster.png"
  posterText="Workflow Execution Status"
  client:load
/>


The **Workflow Execution Status** in Infoveave is your go-to resource for monitoring and staying updated on the status of various workflows within the system. It provides valuable information about the status of workflows such as success, failure, or running. You can take relevant actions on a workflow based on its execution status, such as providing corrected data or re-running the workflow. This section gives you a concise overview of how to access and use the Workflow Execution Status.

## Accessing Workflow Execution Status

<Steps>  
1. To access the Workflow Execution Status, click on the **Workflow Execution Status** icon <i class="fa-duotone fa-regular fa-monitor-waveform"></i> within the Infoveave interface.  
   You can find the Workflow Execution Status option on the Infoveave toolbar.  
   ![Workflow execution Status](/images/Automation/Workflows/Workflow-Execution-Status/workflow-execution-status.png)  
</Steps>

## Workflow Status Categories

The Workflow Execution Status is organized into the following sections. Each section provides specific information about the status of workflows.

<Card title="">  
<div style="display: flex; align-items: center;">  
  <div style="background-color:rgb(209, 246, 218); padding: 10px; border-radius: 20%; border: 1px solid green; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; margin-right: 10px;">  
    <i class="fa-solid fa-check" style="color:rgb(0, 0, 0); font-size: 20px;"></i>  
  </div>  
  <span style="font-weight: bold; font-size:24px;">Success</span>  
</div>  
This section provides detailed information about workflows that are successfully executed. It includes the workflow name, start time, end time, execution duration, alerts, progress, and available actions. It offers a comprehensive overview of each completed workflow.  
</Card>

<Card title="">  
<div style="display: flex; align-items: center;">  
  <div style="background-color:rgb(246, 202, 202); padding: 10px; border-radius: 20%; border: 1px solid red; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; margin-right: 10px;">  
    <i class="fa-solid fa-xmark-large" style="color:rgb(0, 0, 0); font-size: 20px;"></i>  
  </div>  
  <span style="font-weight: bold; font-size:24px;">Failure</span>  
</div>  
This section provides the list of workflows that have failed along with specific failure reasons. It includes the workflow name, start time, end time, execution duration, alerts, actioned status, failed step, and actions. The available actions include navigate, re-run, and edit options.  
</Card>

<Card title="">  
<div style="display: flex; align-items: center;">  
  <div style="background-color:rgb(196, 236, 242); padding: 10px; border-radius: 20%; border: 1px solid lightblue; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; margin-right: 10px;">  
    <i class="fa-solid fa-gear" style="color:rgb(0, 0, 0); font-size: 20px;"></i>  
  </div>  
  <span style="font-weight: bold; font-size:24px;">Running</span>  
</div>  
This section provides real-time data about workflows that are currently in progress. It includes the workflow name, start time, end time, execution duration, alerts, progress, and available actions.  
</Card>


## Navigating through the Workflow Execution Status

<Steps>  
2. Apply date filters to effectively view and manage workflows. You can apply date filters to view the execution status for a specific date.  
   ![workflow execution status date filter](/images/Automation/Workflows/Workflow-Execution-Status/WES-datefilter.png)  
</Steps>

## Using the Gantt Chart View
![Force Stop](/images/Automation/Workflows/Workflow-Execution-Status/ganttchartdependentworkflows.png)

<Steps>  
3. To switch to the Gantt chart view, click on the Gantt chart icon from the Change View toolbar. The Gantt chart view displays the linking between dependent workflows.  
   ![pause workflow](/images/Automation/Workflows/Workflow-Execution-Status/wespause.png)  
4. To pause an ongoing workflow, follow these steps.  
   * Click on the required workflow status in the Gantt chart.  
   * Click on the pause button to pause the running workflow.  
   ![gantt chart](/images/Automation/Workflows/Workflow-Execution-Status/gantchartwes.png)  
5. To re-run a failed workflow, follow these steps.  
   * Click on the required failed workflow in the Gantt chart.  
   * Click on the edit icon to make changes.  
   * Specify the reason for the failure from the list.  
   * Click on the re-run button to initiate the workflow instance with the specified reason.  
6. Click on the status of the workflow to navigate to the Workflow Instance History.  
   ![Workflow Instances](/images/Automation/Workflows/Workflow-Execution-Status/wesStatusofworkflow.png)  
</Steps>

## Table View
![workflow execution status table view](/images/Automation/Workflows/Workflow-Execution-Status/wes-tableview.png)

#### Navigate  
This option allows you to navigate to the instance history screen. You can view a detailed record of the workflow's execution. It offers a comprehensive view of the steps associated with the workflow. This helps you track any previous issues or assess the performance of each step.

#### Re-run  
This option allows you to re-execute workflows that have failed. If a workflow does not complete successfully, this option gives you the ability to retry the task. This facilitates issue resolution without needing to manually restart the entire process.

#### Edit  
The Edit option allows you to mark a workflow as "Actioned" and provide additional context such as the reason for its failure. This feature helps maintain accurate tracking of workflows that require further attention or follow-up.

<Steps>  
8. To run the workflow again, click on the **Run** icon <i class="fa-duotone fa-regular fa-play" style="--fa-secondary-opacity: 1;"></i> on the top right corner of the screen.  
</Steps>

<Aside>  
You can also access the **Workflow Instance** directly from [Infoveave Workflows](/automation-v8/workflows/).  
</Aside>

