Skip to main content
Workflows are the core building blocks in Kadoa. A workflow defines what data to extract, where to extract it from, and when to run.

Workflow Types

Kadoa supports two types of workflows based on how they run:

Real-Time Workflows

Recommended when latency is a top priority. Real-time monitors continuously watch a single page for changes and deliver alerts within seconds.

Non Real-Time Workflows

Recommended for most use cases. Workflows run once or on a schedule (every 10 minutes to monthly), can navigate across multiple pages.

Creating Workflows

Build with UI

Use our visual workflow builder to create and configure workflows without code.

Build with Code

Create workflows programmatically for automation and integration.

Learn More