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

# Track Workflow • TypeScript AI Agent SDK

> track_workflow: API reference for track_workflow

# track\_workflow

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**parity**](../modules/parity) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def track_workflow(name: string, steps: string[]) -> 
```

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/parity/index.ts#L1965">
  `src/parity/index.ts` at line 1965
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Workflows" icon="diagram-project" href="/docs/js/workflows" />

  <Card title="JS Workflows CLI" icon="terminal" href="/docs/js/workflows-cli" />

  <Card title="JS Workflow Hooks" icon="anchor" href="/docs/js/workflow-hooks" />

  <Card title="JS Planning" icon="map" href="/docs/js/planning" />

  <Card title="JS Agent Flow" icon="diagram-project" href="/docs/js/agent-flow" />
</CardGroup>
