Skip to documentation
GenHealth integration

Categorize Navigator Source Documents

Perform Categorize Navigator Source Documents through GenHealth.

View as Markdown
categorize_navigator_source_documents
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • metadata
    jsonrequired
    Metadata

    Required JSON value.

Outputs

  • successSuccess
  • cachedCached
  • document_groupsDocument Groups
  • dynasplint_illegible_order_pagesDynasplint Illegible Order Pages
  • dynasplint_unreadable_pagesDynasplint Unreadable Pages
  • 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",
  "required": [
    "document_id",
    "metadata"
  ],
  "properties": {
    "metadata": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "cached": {},
    "success": {},
    "document_groups": {},
    "dynasplint_unreadable_pages": {},
    "dynasplint_illegible_order_pages": {}
  },
  "additionalProperties": true
}
View all GenHealth actions