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

# Jobs

> Track full executions of workflow actions with unique job sessions

## Definition

A **Job** in Agentix represents a **complete execution** of a workflow for a specific customer, session or case.

Jobs allow you to manage and monitor the entire journey from start to finish, including:

* 🔑 A unique **job key** to track the session
* 🧭 The associated **workflow and actions**
* 🧾 All **collected data** and user inputs
* 📈 The **execution status** and outcome
* 🗂️ All related **tasks, agents and tools** used

Jobs are created when a user launches a Workflow and continue until it completes.

## What Jobs Contain

* A reference to the selected **workflow**
* Metadata such as creation time, user ID or launch context
* A dynamic state that updates as each Task is completed
* The timeline of **all steps**, inputs and outputs

## Example Use Cases

<Card title="Onboarding Journey" horizontal>
  A customer submits a form, uploads their ID and gets approved—all within one job instance.
</Card>

<Card title="AI Support Session" horizontal>
  A job captures the full live interaction with an AI agent helping a user over chat or voice.
</Card>

<Card title="Loan Application Review" horizontal>
  A job records multiple steps: input collection, document verification and AI decision-making.
</Card>

***

> ✅ Jobs give you full **visibility**, **auditability** and **control** over every interaction.
