Workflow status
The dashboard organizes workflows by who should act and what is happening:
Within a category, the workflow can show a more specific status such as Building, Running, Verifying Data, Scheduled, or Complete.
Verifying Data means Kadoa is checking the run before delivery. If the checks find a possible data quality issue, a Kadoa operator reviews it. No action is needed from you. Chat input is paused to prevent workflow changes during verification and reopens when it ends.
Use Needs your attention as the single action queue for replies and preview approvals. Kadoa removed the separate Inbox because it duplicated the same workflows without their list context.
Workflow, run, and assistant state
The API exposes several fields because they describe different objects. For most integrations, start withdisplayState and only read the more specific fields when you need them.
Example
Filtering workflows
UsestatusFilters to match the same categories as the dashboard:
group:attention, group:working, group:support, group:failed, group:active, and group:paused.
Use displayState when you need one exact operational state instead:
state only when you specifically need the persisted workflow state, such as ACTIVE or PAUSED.