Split Document By Categories
Perform Split Document By Categories through GenHealth.
split_document_by_categorieswrite
Inputs
- Document Id
document_idexpressionOptional literal value or workflow expression.
- Force
forcebooleanOptional true-or-false value.
Default:
"false" - Hide Parent
hide_parentbooleanOptional true-or-false value.
Default:
"false"
Outputs
successSuccessdocument_idDocument IdchildrenChildrenchild_countChild Countreview_requiredReview RequiredreasonReasonsplit_failure_reasonSplit Failure Reasonsplit_reconciliationSplit ReconciliationskippedSkippederrorError
Output schema completeness: best_effort_declared
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": {
"force": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"document_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"hide_parent": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"reason": {},
"skipped": {},
"success": {},
"children": {},
"child_count": {},
"document_id": {},
"review_required": {},
"split_failure_reason": {},
"split_reconciliation": {}
},
"additionalProperties": true
}