Skip to documentation
WhiteAid integration

Classify Outcome

Perform Classify Outcome through WhiteAid.

View as Markdown
white_aid_dvs_classify_outcome
write

Inputs

  • phase_3_input
    json
    Phase 3 Input

    Optional JSON value.

  • final_readback
    json
    Final Readback

    Optional JSON value.

  • guard_source_wip_result
    json
    Guard Source Wip Result

    Optional JSON value.

  • write_delivery_note_result
    json
    Write Delivery Note Result

    Optional JSON value.

  • log_prior_authorizations_result
    json
    Log Prior Authorizations Result

    Optional JSON value.

  • send_pod_result
    json
    Send Pod Result

    Optional JSON value.

  • drop_ship_po_result
    json
    Drop Ship Po Result

    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
{
  "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
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all WhiteAid actions