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
Name
Description
Outcome name
Outcome 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
Name
Description
Outcome name
Outcome 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.