Errors and Troubleshooting

Flow Activity

Flow Activity gives you a single place to trace every flow execution from start to finish. Instead of cross-referencing execution IDs between the Audit log and Troubleshooting page, you can see per-task status, timing, and error details in one view — and jump directly to the relevant logs when you need to dig deeper.

You can access Flow Activity from the Audits & Troubleshooting page in the Descope console.

Flow Activity table showing flow executions

Note

Flow Activity data is available for the past 120 days. Custom date ranges are limited to 1-7 consecutive days at a time.

By default, the view shows executions from the last 15 minutes with no filters applied.

Use the free-text search to filter by any value — execution ID, user ID, flow name, error message, or Login ID — across all columns.

Flow Execution Table

Each row in the table represents one flow execution.

ColumnDescription
Flow NameThe name of the flow that executed
Start TimeWhen the flow execution began
Execution IDUnique identifier that groups all tasks belonging to the same execution
StatusNormal, Warning, or Error — applies at the task level
Task NameThe name of the individual task within the flow
Task TypeScreen, Action, Condition, Connector, or Sub Flow
ActionThe action that was performed at the task
MessageInformational message from the task
Error MessageError detail, if the task failed
User IDID of the user associated with this execution
Tenant IDTenant associated with this execution, if applicable
Origin IPIP address from which the flow execution was triggered
Login IDThe Login ID of the user associated with this execution
Federated App IDThe Federated App ID of the user associated with this execution
Connector IDThe Connector ID of the connector used in the flow execution
Flow VersionThe version of the flow that executed

Expanding Flow Execution

Each flow row has a chevron toggle on the left. Clicking it expands the row to show all tasks that belong to that execution, each displayed as its own sub-row with the same columns as above.

When a filter or search matches a task rather than the flow-level row, the parent flow group is still displayed so you can see the full execution context.

Expanded flow row showing individual task details

Task-level rows have the same Audit and Troubleshooting actions, which pass the execution ID and date range so the destination page opens pre-filtered to that specific task's context.

Clicking on any row opens a side panel with additional execution details, including the cf_ray value, which is not currently displayed in the table columns.

Flow Activity side panel showing execution details

AI Flow Analysis

AI Flow Analysis lets you view Flow executions to see the exact path users took through each Flow.

AI Flow Analysis showing flow execution path

Was this helpful?

On this page