# Classify Outcome

> Perform Classify Outcome through WhiteAid.

Source: [https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_classify_outcome](https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_classify_outcome)

Integration: [WhiteAid](https://genhealth.ai/docs/workflows/integrations/white-aid.md)

- Handler: `white_aid_dvs_classify_outcome`

## Inputs

- `phase_3_input` — Phase 3 Input (json)
  Optional JSON value.
- `final_readback` — Final Readback (json)
  Optional JSON value.
- `guard_source_wip_result` — Guard Source Wip Result (json)
  Optional JSON value.
- `write_delivery_note_result` — Write Delivery Note Result (json)
  Optional JSON value.
- `log_prior_authorizations_result` — Log Prior Authorizations Result (json)
  Optional JSON value.
- `send_pod_result` — Send Pod Result (json)
  Optional JSON value.
- `drop_ship_po_result` — Drop Ship Po Result (json)
  Optional JSON value.

## Outputs

No named outputs are declared for this action.

Output schema completeness: `unknown`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "phase_3_input": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "final_readback": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "send_pod_result": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "drop_ship_po_result": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "guard_source_wip_result": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "write_delivery_note_result": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "log_prior_authorizations_result": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
