Summarize WhiteAid Batch
Perform Summarize WhiteAid Batch through WhiteAid.
white_aid_dvs_summarize_batchwrite
Inputs
- Selection Payload
selection_payloadjsonOptional JSON value.
- Loop Results
loop_resultsjsonOptional 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
}