
What is a Flow?
A flow is a series of related logs connected by a sharedflowId and ordered by stepIndex. See Flows for a conceptual overview.
Viewing Flows
From the Logs View
- Click any log that has a flow ID
- In the detail panel, click the flow ID link
- View all logs in that flow
Flow Timeline View
The flow timeline displays:- All logs in the flow, ordered by step index
- Time elapsed between steps
- Total flow duration
- Visual timeline showing progress
Flow Details
Header
- Flow Name - Extracted from flow ID (e.g.,
checkoutfromcheckout-a1b2c3d4) - Flow ID - Full identifier
- Total Steps - Number of logs in the flow
- Duration - Time from first to last log
- Status - Success/Error based on final log level
Timeline
Each step shows:- Step Index - Position in sequence (0, 1, 2…)
- Time - When the step occurred
- Delta - Time since previous step
- Level - Log level (color-coded)
- Message - Log message
Example Flow
Filtering Flows
By Flow ID
Search for a specific flow:By Flow Name
Search flows by prefix:By Status
Filter to failed flows (those ending with an error):- Filter logs to
errorlevel - Look for logs with
flowId - Click through to see the full flow