Skip to main content

Evaluation Status: Overview

An evaluation can show one of multiple statuses in the Alloy dashboard. In general, there are three categories: Complete, Pending, and Partial. This article details each category and includes the associated HTTP response codes for the API requests.

Complete: An evaluation has been fully decisioned by a workflow and results in an outcome with a 201 result. (HTTP code: 201)

Pending

  • Webhook: An evaluation is awaiting an asynchronous notification from a data service (HTTP code: 202).

    pending.png

  • Waiting: An evaluation shows validation errors due to missing or incorrectly formatted data and is awaiting that data (HTTP code: 200).

    pending.png

  • Waiting Data Request: An applicant abandons Out Of Wallet (OOW) / Knowledge-Based Authentication (KBA) questions leaving an evaluation awaiting the requested data (HTTP code: 200).

    pending.png

Partial:

  • Exited Workflow: An evaluation that shows a Partial Result has exited workflow early without fully completing and returns default “Else” outcome from the workflow. Typically caused when a data service is missing data the Workflow expects for a configured attribute or a data service failed (HTTP code: 206).

    partial.png

Did this answer your question?