← All glossary terms
Glossary

Workflow

GlossaryBy OpenCharts TeamPublished

A workflow is a multi-step automation — tool calls, AI transforms, conditions, delays, and notifications wired together with branching logic and credit checkpoints.

In depth

Workflows compose 5 step types (tool_call, ai_transform, condition, delay, notification) into a directed graph with onSuccess/onFailure branches. They can be triggered manually, on a schedule, on an event, or via webhook, and run with a strict step cap, a max-runtime budget, and auto-disable after consecutive failures.

Author workflows from chat with the create_workflow tool, or from the workflows page. Run history is preserved per workflow.

Examples

  • Daily research → summarize → email
  • Form submitted → enrich → CRM upsert

Also known as

Theo workflowautomation

Want to put this concept to work in OpenCharts?

Browse workflows

Related terms