Skip to documentation
GenHealth - Eligibility integration

Resolve VOB Run Controls

Perform Resolve VOB Run Controls through GenHealth - Eligibility.

View as Markdown
eligibility_resolve_vob_run_controls
read

Inputs

  • trigger
    expression
    Trigger

    Optional literal value or workflow expression.

  • automatic_processing_enabled
    boolean
    Automatic Processing Enabled

    Optional true-or-false value.

  • default_spreadsheet_id
    expression
    Default Spreadsheet Id

    Optional literal value or workflow expression.

  • default_max_candidates
    number
    Default Max Candidates

    Optional numeric value.

  • default_vob_assignment_value
    expression
    Default Vob Assignment Value

    Optional literal value or workflow expression.

  • default_team_assignment_values
    expression
    Default Team Assignment Values

    Optional literal value or workflow expression.

  • default_max_retry_attempts
    number
    Default Max Retry Attempts

    Optional numeric value.

  • default_retry_backoff_minutes
    expression
    Default Retry Backoff Minutes

    Optional literal value or workflow expression.

  • default_uhc_automatic_processing_enabled
    boolean
    Default Uhc Automatic Processing Enabled

    Optional true-or-false value.

Outputs

  • successSuccess
  • statusStatus
  • run_modeRun Mode
  • automatic_processing_enabledAutomatic Processing Enabled
  • automatic_runAutomatic Run
  • spreadsheet_idSpreadsheet Id
  • max_candidatesMax Candidates
  • candidate_row_numbersCandidate Row Numbers
  • vob_assignment_valueVob Assignment Value
  • team_assignment_valuesTeam Assignment Values
  • allow_unassigned_vob_rows_for_allowlistAllow Unassigned Vob Rows For Allowlist
  • athena_reconciliation_enabledAthena Reconciliation Enabled
  • availity_submit_enabledAvaility Submit Enabled
  • uhc_submit_enabledUhc Submit Enabled
  • enabled_eligibility_portalsEnabled Eligibility Portals
  • max_live_availity_submissionsMax Live Availity Submissions
  • candidate_processing_enabledCandidate Processing Enabled
  • max_live_availity_candidatesMax Live Availity Candidates
  • max_live_availity_transactionsMax Live Availity Transactions
  • availity_primary_transactions_per_candidateAvaility Primary Transactions Per Candidate
  • availity_max_transactions_per_candidateAvaility Max Transactions Per Candidate
  • allowed_availity_row_numbersAllowed Availity Row Numbers
  • require_availity_row_allowlistRequire Availity Row Allowlist
  • require_athena_payer_matchRequire Athena Payer Match
  • athena_writeback_enabledAthena Writeback Enabled
  • google_sheets_writeback_enabledGoogle Sheets Writeback Enabled
  • external_writes_enabledExternal Writes Enabled
  • writes_lockedWrites Locked
  • max_retry_attemptsMax Retry Attempts
  • retry_backoff_minutesRetry Backoff Minutes
  • retry_backoff_enforcedRetry Backoff Enforced
  • retry_backoff_overriddenRetry Backoff Overridden
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "trigger": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "default_max_candidates": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "default_spreadsheet_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "default_max_retry_attempts": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "automatic_processing_enabled": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "default_vob_assignment_value": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "default_retry_backoff_minutes": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "default_team_assignment_values": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "default_uhc_automatic_processing_enabled": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "status": {},
    "success": {},
    "run_mode": {},
    "automatic_run": {},
    "writes_locked": {},
    "max_candidates": {},
    "spreadsheet_id": {},
    "max_retry_attempts": {},
    "uhc_submit_enabled": {},
    "vob_assignment_value": {},
    "candidate_row_numbers": {},
    "retry_backoff_minutes": {},
    "retry_backoff_enforced": {},
    "team_assignment_values": {},
    "availity_submit_enabled": {},
    "external_writes_enabled": {},
    "athena_writeback_enabled": {},
    "retry_backoff_overridden": {},
    "require_athena_payer_match": {},
    "enabled_eligibility_portals": {},
    "allowed_availity_row_numbers": {},
    "automatic_processing_enabled": {},
    "candidate_processing_enabled": {},
    "max_live_availity_candidates": {},
    "athena_reconciliation_enabled": {},
    "max_live_availity_submissions": {},
    "max_live_availity_transactions": {},
    "require_availity_row_allowlist": {},
    "google_sheets_writeback_enabled": {},
    "allow_unassigned_vob_rows_for_allowlist": {},
    "availity_max_transactions_per_candidate": {},
    "availity_primary_transactions_per_candidate": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions