Skip to main content
A Flow is a directed graph of steps. Xura executes it top-to-bottom, streaming progress into a live trace panel.

Anatomy

Every Flow has:
  • One trigger — Manual (click to run) or Scheduled.
  • Zero or more nodes — data queries, agent calls, actions, conditions, approvals.
  • Edges — connect nodes; approval / condition nodes emit branching edges.

Node types

The four stages

Regardless of node layout, Xura runs a Flow through four phases that map to tabs in the run panel:
1

Gather

Data nodes run. Xura queries your connected sources.
2

Analyse

Agent / reasoning nodes process the data.
3

Review

If there’s an approval gate, Xura pauses here with findings + a proposed action.
4

Act

Action nodes execute — emails sent, tickets created, records updated.
See The 4 stages for how tabs auto-advance and how you can navigate back.

Two ways to create one

Save an ad-hoc run

Ask a question from home. Xura plans + runs it. Click Save as Flow on completion.

Plan from description

Type what you want in the description field. Click Plan from description and Xura generates the graph.

Manual editing

You can always add / remove / reorder nodes in the graph editor. The autosave persists changes as you go — no explicit Save button.