Review flow executions
To review an execution entry for a flow, follow the steps below:- Navigate to Auth0 Dashboard > Actions > Forms, then select Flows.
- Select a flow from the list.
- Select Executions.

- Execution date: The date of the flow execution.
- Execution ID: The unique ID of the flow execution.
-
Status: The current stage of the flow execution. There are four possible execution statuses:
- Running: The execution is currently in progress.
- Failed: The execution failed due to an internal error, such as missing required settings in a flow action.
- Completed: The execution finished without internal errors.
- View Details: Opens the debug window of the execution.

Completed and Failed are final statuses. When an execution reaches either status, the flow is fully processed.
Debug flow executions
To help debug or troubleshoot a flow, you can review the flow’s input, output, and error data by accessing the View Details of the execution.
- Navigate to Auth0 Dashboard > Actions > Forms
-
Locate the flow linked to the step node.
- Select Edit Flow.
- Select Executions.
- Select View Details of the Failed execution.
Update user
Input view shows a null value for the user_id
property.

user_id
. The flow returns an internal error that interrupts the flow execution.

User ID
parameter, the correct syntax is {{context.user.user_id}}
. Once the syntax is corrected, test the flow to confirm. To learn more about variable syntaxes, read Variables.

If a field is configured as transient or when its value is masked with a Helper function, the value is not available to debug.
