Miscellaneous

Labels

NameDescription
Redirected (success:redirect)The redirection was successful.
Third party (failure:third_party)The system could not reach the third party.
Flow abandoned (failure:abandoned)The flow has been abandoned.
Current sessions deleted (success:delete_current_sessions)The current session was successfully deleted.
Session deleted (success:delete_session)The session was deleted successfully.
Consent update (success:consent_update, failure:consent_update)The consent update in the self-service account was either successful or failed.
Data downloaded (success:download_data)The data was downloaded successfully from the self-service account.

Phases

NameDescriptionOutcome nameOutcome description
Initializing (preInit)Every event starts with this phase. This phase calls to the API to access the login screen.
Rendered (render)The flow hasn't moved forward despite the user entering into the journey point e.g. the user entered their password, but it wasn't correct, and couldn't move to the next phase.
Subflow rejected (subflowReject)The subflow has been rejected.
Block (block)Blocks and API calls/responses make up the contents of a phase. Blocks represent what is happening with the application you created. The blocks talk with the APIs to decide the outcome of the phase. You will see the action and the outcome of each block on the same line.
Exit (exit)When a phase has exited the flow.Finished (finished)When a phase has finished a flow.
Finish (finish)When the entire event has been completed.

Blocks

NameDescriptionOutcome nameOutcome description
Generic result (genericResult)When a user triggers an action in the flow and there's some kind of approval needed (depending on the context) to continue.Action (action)Represents the approval for continuing.
Assessing claims (calculateClaims)When the requested account metadata properties are being assembled to be handed over to the client application (brand portal) after the user has successfully authenticated.Claims calculated (claimsCalculated)Requested account metadata has been prepared to be handed over to the client application.
Canceled (cancel)The action was canceled.Claims session canceled (cancelSession)The claims session was canceled.