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

# Workflows Overview

> Run guided, multi-step processes to clean up product data fast. Find every product that needs work, fix it, and track your progress to zero.

A workflow is a guided checklist for improving your product data. You define it once, then run it to find and fix every product that needs attention. No more hunting through your catalog by hand.

<Info>
  Workflows must be enabled before you can use them. Go to **[Settings > Workflows](/en/settings/workflow-settings)** to turn them on.
</Info>

## When to use a workflow

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/m6j0mqBse5HmOBFi/images/marketing-screenshots/settings/settings-content-logic-light-branded.webp?fit=max&auto=format&n=m6j0mqBse5HmOBFi&q=85&s=064868c701fe22d731d24318aaf343c6" alt="WISEPIM content logic builder with reusable variables, formulas and channel rules" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-content-logic-light-branded.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/Q3dIqlj_CJMF6Idi/images/marketing-screenshots/settings/settings-content-logic-dark-branded.webp?fit=max&auto=format&n=Q3dIqlj_CJMF6Idi&q=85&s=f6bc622be0e1f4ed886c3e07aa6b42ae" alt="WISEPIM content logic builder with reusable variables, formulas and channel rules" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-content-logic-dark-branded.webp" />

Reach for a workflow when a person needs to review and fix product data step by step. Common jobs:

<CardGroup cols={2}>
  <Card title="Audit your catalog" icon="list-checks">
    Find every product with missing or low-quality data, then work through the list until it is clean.
  </Card>

  <Card title="Prepare a launch" icon="rocket">
    Make sure new products meet your standards before they go live on your sales channels.
  </Card>

  <Card title="Improve quality" icon="sparkles">
    Raise quality scores across the catalog by fixing descriptions, images, SEO, and more.
  </Card>

  <Card title="Move products forward" icon="circle-arrow-right">
    Push products through your [lifecycle stages](/en/workflows/product-lifecycle) as they get ready to publish.
  </Card>
</CardGroup>

If you instead want actions to happen automatically when something changes, use [Automations](/en/automations/overview):

|                 | Workflows                         | Automations                             |
| --------------- | --------------------------------- | --------------------------------------- |
| **How it runs** | You work through tasks by hand    | Runs on its own when conditions are met |
| **Shape**       | Multi-stage, ordered tasks        | A single action from one event          |
| **Progress**    | Tracked over time, to zero        | Runs instantly, every time              |
| **Best for**    | Audits, launch prep, quality work | Formatting, notifications, syncing      |

## How a workflow is built

Every workflow has three parts:

* **Pre-filter** (optional): scopes the whole workflow to a subset of products, like one category.
* **Stages**: group related tasks together. You complete one stage before moving to the next.
* **Tasks**: each task uses a filter to find products that need attention, such as a missing description.

When you run the workflow, WISEPIM counts how many products match each task. As you fix issues, the count drops. A task is done when its count hits zero. A stage is done when all its tasks are done.

## Create a workflow

The Workflow Builder is a visual editor. Open it from **Create Workflow** on the workflows page, or by editing an existing workflow.

<Steps>
  <Step title="Open the builder">
    Go to **Workflows** and click **Create Workflow**. You can also add one from **Settings > Workflows**.
  </Step>

  <Step title="Name your workflow">
    Give it a clear name, like "Q1 Launch Prep", and a short description of its purpose.
  </Step>

  <Step title="Set a pre-filter (optional)">
    Click **Add Pre-filter** to limit the workflow to a set of products, like only "Electronics". This filter applies to every stage and task.
  </Step>

  <Step title="Configure stages">
    Your workflow starts with one stage. Rename it, add a description, and set an optional stage filter to narrow products further. Click **Add Stage** to add more.
  </Step>

  <Step title="Add tasks">
    Click **Add Task** inside a stage to open the task picker. Choose ready-made presets, or build a custom task with your own filter conditions.
  </Step>

  <Step title="Save">
    Click **Save** in the top-right corner. Drafts save automatically as you work, so you will not lose progress.
  </Step>
</Steps>

### How the three filters work together

Filters stack from broad to narrow, so each level cuts the product list down further:

1. **Pre-filter** scopes the whole workflow (for example, only "Clothing").
2. **Stage filter** narrows that down inside one stage (for example, only products missing images).
3. **Task filter** finds the exact products to fix (for example, products with no description).

<Info>
  Every filter level supports AND/OR logic. For example: quality score is below 50% AND description is empty.
</Info>

### Task presets

The task picker comes with ready-made presets, grouped by category. Pick as many as you like, or add your own custom task.

<AccordionGroup>
  <Accordion title="Quick Fixes" icon="zap">
    Low quality score, unreviewed products, missing main image.
  </Accordion>

  <Accordion title="Content" icon="file-text">
    Missing description, short description under 100 characters, missing reviewed name.
  </Accordion>

  <Accordion title="SEO" icon="search">
    Missing meta title, short meta description, no meta keywords.
  </Accordion>

  <Accordion title="Commerce" icon="shopping-cart">
    Missing price, no SKU, zero price, missing brand.
  </Accordion>

  <Accordion title="Inventory" icon="package">
    Out of stock, low stock, no stock info.
  </Accordion>

  <Accordion title="Media" icon="image">
    No images, missing image URL.
  </Accordion>

  <Accordion title="Quality" icon="gauge">
    Critical quality below 25%, incomplete below 50%.
  </Accordion>

  <Accordion title="Translation" icon="languages">
    Not translated, partially translated.
  </Accordion>
</AccordionGroup>

## Run a workflow

Click **Start Workflow** from the workflows page to open the execution view. From here you can:

* See every stage and task in the sidebar.
* Watch real-time product counts for each task.
* Click a task to see its matching products in the main area.
* Fix products and watch the counts drop as you go.
* Track your overall progress as a percentage.

<Tip>
  You can pause and come back anytime. Your progress saves automatically, so you pick up right where you left off.
</Tip>

## Find your workflows

On the **Workflows** page, each workflow appears as a card showing:

* The name and description.
* The **from** and **to** lifecycle stages, as colored chips.
* How many stages it has.
* A **Start Workflow** button.

A search bar appears once you have more than three workflows.

## Manage workflows

From **Settings > Workflows** you can:

* Enable or disable workflows for your project.
* Create new workflows or edit existing ones.
* Delete workflows you no longer need.
* Start from a template instead of a blank workflow.

## Related

<CardGroup cols={2}>
  <Card title="Product Lifecycle" icon="milestone" href="/en/workflows/product-lifecycle">
    Define the stages products move through, and connect them to your workflows.
  </Card>

  <Card title="Automations" icon="zap" href="/en/automations/overview">
    Set up actions that run on their own when conditions are met.
  </Card>

  <Card title="Workflow Settings" icon="settings" href="/en/settings/workflow-settings">
    Turn workflows on and manage them for your project.
  </Card>
</CardGroup>
