> ## 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.

# Process Tracker

> Monitor imports, exports, and AI enrichment in real time. Track progress, spot failures fast, view logs, and retry failed tasks in one place.

The Process Tracker is your command center for every background job in WISEPIM. Use it to watch imports, exports, and AI enrichment run in real time, catch failures early, and retry the tasks that did not finish.

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/4ZcGxmboTgqsJWDG/images/marketing-screenshots/process/process-tracker-light-branded.webp?fit=max&auto=format&n=4ZcGxmboTgqsJWDG&q=85&s=db664d3beffd805075528c8285af1ef8" alt="WISEPIM process tracker with live import, export and enrichment tasks" width="2400" height="1445" data-path="images/marketing-screenshots/process/process-tracker-light-branded.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/utncvlRvnsxSpzSm/images/marketing-screenshots/process/process-tracker-dark-branded.webp?fit=max&auto=format&n=utncvlRvnsxSpzSm&q=85&s=153267bf6278e45a06036c893367d27e" alt="WISEPIM process tracker with live import, export and enrichment tasks" width="2400" height="1445" data-path="images/marketing-screenshots/process/process-tracker-dark-branded.webp" />

<Info>
  The Process Tracker updates on its own every 30 seconds. You do not need to refresh the page to see the latest progress.
</Info>

## What you can track

The Process Tracker watches every long-running job in WISEPIM:

| Task type         | What it covers                                                    |
| ----------------- | ----------------------------------------------------------------- |
| **Imports**       | Products, categories, and attributes from platforms or CSV files. |
| **Exports**       | Enriched data and feeds sent to your sales channels.              |
| **AI enrichment** | AI-generated titles, descriptions, SEO meta, and attributes.      |
| **Bulk updates**  | Mass changes to attributes, categories, prices, and stock.        |

## Find your way around

The Process Tracker has four views. Each answers a different question.

<CardGroup cols={2}>
  <Card title="Overview" icon="gauge">
    See active tasks and progress at a glance, with success rates and completion estimates.
  </Card>

  <Card title="Task Management" icon="list-checks">
    Browse every task. Filter by status, type, and date, and open any task for full details.
  </Card>

  <Card title="Grid view" icon="grid-2x2">
    A compact, color-coded layout for monitoring many tasks at once.
  </Card>

  <Card title="Analytics" icon="chart-line">
    Review success rates, processing speed, and error trends over time.
  </Card>
</CardGroup>

<img src="https://mintcdn.com/swiftsyncai/KZOSHzM6birh25R0/images/screenshots/process-tracker/management.png?fit=max&auto=format&n=KZOSHzM6birh25R0&q=85&s=3b34be2531165874d0ed9db6d895d8f7" alt="Four-tab interface showing overview, task management, grid view, and analytics" width="2566" height="1562" data-path="images/screenshots/process-tracker/management.png" />

## Read task status

Every task shows a color-coded status so you can scan progress fast.

| Status        | Color  | What it means                                        |
| ------------- | ------ | ---------------------------------------------------- |
| **Running**   | Yellow | Currently processing. You can cancel it.             |
| **Pending**   | Gray   | Queued and waiting to start.                         |
| **Completed** | Green  | Finished successfully.                               |
| **Failed**    | Red    | Hit an error. Open it to read the message and retry. |
| **Cancelled** | Gray   | You stopped it. Partial results may remain.          |

## Check task details

Open any task to see how it ran. Each task reports four item counts:

* **Processed:** items handled so far.
* **Successful:** items finished without errors.
* **Failed:** items that hit an error.
* **Skipped:** items bypassed by a rule or condition.

You also see the **success rate**, **duration**, **processing speed**, and an **estimated completion** time for running tasks. Failed tasks show the error message so you know what to fix.

<img src="https://mintcdn.com/swiftsyncai/KZOSHzM6birh25R0/images/screenshots/process-tracker/analytics.png?fit=max&auto=format&n=KZOSHzM6birh25R0&q=85&s=6b813ff6667c268390b8b6cae88982b7" alt="Process Tracker analytics showing performance statistics and success rates" width="2480" height="1162" data-path="images/screenshots/process-tracker/analytics.png" />

## Manage running tasks

<Steps>
  <Step title="Open the task">
    Find the task in the Overview or Task Management view and open it.
  </Step>

  <Step title="Cancel if needed">
    Click **Cancel** to stop a running task. WISEPIM keeps any results processed so far. Use this when you spot wrong settings or want to free up capacity.
  </Step>

  <Step title="Refresh for the latest">
    The tracker auto-updates every 30 seconds. Click **Refresh** to pull the newest status right away.
  </Step>
</Steps>

## Fix failed tasks

When a task fails, open it and read the error message first. It tells you what went wrong and which items were affected. Then retry once the cause is fixed.

<AccordionGroup>
  <Accordion title="Task stuck in pending" icon="hourglass">
    A pending task is queued and waiting for resources. Large jobs can hold up the queue. Check the queue order, and try smaller batches or off-peak timing for big operations.
  </Accordion>

  <Accordion title="High failure rate" icon="triangle-alert">
    Open a failed task and read the error. Common causes are missing required fields, data in the wrong format, and platform validation rules. Fix the data or mapping, then retry.
  </Accordion>

  <Accordion title="Slow processing" icon="snail">
    Large datasets and complex transformations take longer. Process data in smaller batches and run big jobs during off-peak hours.
  </Accordion>

  <Accordion title="Connection errors" icon="plug">
    These point to the platform connection. Check the platform status, confirm your credentials are valid, and test the connection in your integration settings.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Bulk editing" icon="layers" href="/en/essentials/bulk-editing">
    Run mass updates that show up as tasks in the Process Tracker.
  </Card>

  <Card title="Enriching products" icon="sparkles" href="/en/essentials/enriching-products">
    Trigger AI enrichment and track it here as it runs.
  </Card>

  <Card title="Integrations" icon="plug" href="/en/settings/integrations">
    Set up the platform connections your imports and exports use.
  </Card>

  <Card title="Notifications" icon="bell" href="/en/settings/notifications">
    Get alerts when tasks finish or fail.
  </Card>
</CardGroup>
