Skip to main content
Workflows chain platform operations into scheduled, repeatable pipelines. Instead of manually re-running ingestion and classification as new documents arrive, define the sequence once and let it run on a cron cadence, or trigger it on demand.

Anatomy of a Workflow

Stages run sequentially; jobs inside a stage run together. Put ingestion and classification in separate stages so classification always sees the newly ingested documents.

Python SDK


API Reference

Upsert Workflow

Create or update a workflow

Execute Workflow

Trigger a workflow on demand

List Workflows

List all your workflows

Delete Workflow

Remove a workflow