Reference · Glossary

Workflow orchestration

Coordinating **multi-step automations** — triggers, LLM calls, branches, retries — as one durable flow.

When to use

Support triage, lead routing, scheduled reports with AI steps.

When not

Single-shot chat with no side effects.

Example

Sheet row → classify urgency → if high, Slack + create ticket → else archive.