Skip to documentation
GenHealth integration

Cache Filter (Deduplicate Items)

Perform Cache Filter (Deduplicate Items) through GenHealth.

View as Markdown
cache_filter
write

Inputs

  • items
    textarea
    Items

    Optional text value.

  • item_key_field
    text
    Item Key Field

    Optional text value.

  • loop_node_id
    text
    Loop Node Id

    Optional text value.

  • ttl_hours
    text
    Ttl Hours

    Optional text value.

Outputs

  • itemsItems

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": {
    "items": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "textarea"
    },
    "ttl_hours": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "loop_node_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "item_key_field": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "items": {}
  },
  "additionalProperties": true
}
View all GenHealth actions