Skip to documentation
GenHealth - Eligibility integration

Select VOB Processing Candidates

Perform Select VOB Processing Candidates through GenHealth - Eligibility.

View as Markdown
eligibility_select_vob_processing_candidates
write

Inputs

  • candidates
    expressionrequired
    Candidates

    Required literal value or workflow expression.

  • processing_enabled
    boolean
    Processing Enabled

    Optional true-or-false value.

  • availity_submit_enabled
    boolean
    Availity Submit Enabled

    Optional true-or-false value.

  • max_live_availity_candidates
    number
    Max Live Availity Candidates

    Optional numeric value.

  • enabled_eligibility_portals
    expression
    Enabled Eligibility Portals

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • processing_candidate_countProcessing Candidate Count
  • portal_held_candidate_countPortal Held Candidate Count
  • budget_limited_candidate_countBudget Limited Candidate Count
  • candidatesCandidates
  • 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": [
    "candidates"
  ],
  "properties": {
    "candidates": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "processing_enabled": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "availity_submit_enabled": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "enabled_eligibility_portals": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "max_live_availity_candidates": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "status": {},
    "success": {},
    "candidates": {},
    "processing_candidate_count": {},
    "portal_held_candidate_count": {},
    "budget_limited_candidate_count": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions