Skip to documentation
WhiteAid integration

Summarize WhiteAid Batch

Perform Summarize WhiteAid Batch through WhiteAid.

View as Markdown
white_aid_dvs_summarize_batch
write

Inputs

  • selection_payload
    json
    Selection Payload

    Optional JSON value.

  • loop_results
    json
    Loop Results

    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": {
    "loop_results": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "selection_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all WhiteAid actions