Skip to documentation
GenHealth integration

Split Document By Categories

Perform Split Document By Categories through GenHealth.

View as Markdown
split_document_by_categories
write

Inputs

  • document_id
    expression
    Document Id

    Optional literal value or workflow expression.

  • force
    boolean
    Force

    Optional true-or-false value.

    Default: "false"

  • hide_parent
    boolean
    Hide Parent

    Optional true-or-false value.

    Default: "false"

Outputs

  • successSuccess
  • document_idDocument Id
  • childrenChildren
  • child_countChild Count
  • review_requiredReview Required
  • reasonReason
  • split_failure_reasonSplit Failure Reason
  • split_reconciliationSplit Reconciliation
  • skippedSkipped
  • errorError

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
}
View all GenHealth actions