Skip to main content

Workflows

Workflows orchestrate complex, multi-step processes by connecting agents, conditions, and transformations into executable graphs.

For full documentation, see Workflows (Full Guide).

Why Workflows?

Some processes are too complex for a single agent:

  • Multi-stage approval -- Review, then manager approval, then finance sign-off, then execute
  • Data pipelines -- Extract, transform, validate, load
  • Customer journeys -- Qualify, enrich, route, assign, notify
  • Conditional logic -- high-value leads take the premium path; others take the standard path

Node Types

Node TypePurpose
StartEntry point of the workflow
AgentExecute an agent with specific input
ConditionBranch based on data or rules
ParallelExecute multiple branches concurrently
MergeJoin parallel branches back together
HumanPause and wait for human input or approval
LoopRepeat a sequence until a condition is met
WebhookWait for or send an external HTTP callback
CodingExecute code in a sandboxed environment
NotifySend a notification (email, Slack, in-app)
DelayPause execution for a set duration
TransformTransform data without an agent
EndExit point of the workflow
Visual Builder

MeetLoyd also includes a drag-and-drop Visual Orchestration Builder for designing workflows visually. See Visual Orchestration for more details.


Full documentation: Workflows (Complete Guide)