# Resolve VOB Run Controls

> Perform Resolve VOB Run Controls through GenHealth - Eligibility.

Source: [https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility/eligibility_resolve_vob_run_controls](https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility/eligibility_resolve_vob_run_controls)

Integration: [GenHealth - Eligibility](https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility.md)

- Handler: `eligibility_resolve_vob_run_controls`

## Inputs

- `trigger` — Trigger (expression)
  Optional literal value or workflow expression.
- `automatic_processing_enabled` — Automatic Processing Enabled (boolean)
  Optional true-or-false value.
- `default_spreadsheet_id` — Default Spreadsheet Id (expression)
  Optional literal value or workflow expression.
- `default_max_candidates` — Default Max Candidates (number)
  Optional numeric value.
- `default_vob_assignment_value` — Default Vob Assignment Value (expression)
  Optional literal value or workflow expression.
- `default_team_assignment_values` — Default Team Assignment Values (expression)
  Optional literal value or workflow expression.
- `default_max_retry_attempts` — Default Max Retry Attempts (number)
  Optional numeric value.
- `default_retry_backoff_minutes` — Default Retry Backoff Minutes (expression)
  Optional literal value or workflow expression.
- `default_uhc_automatic_processing_enabled` — Default Uhc Automatic Processing Enabled (boolean)
  Optional true-or-false value.

## Outputs

- `success` — Success
- `status` — Status
- `run_mode` — Run Mode
- `automatic_processing_enabled` — Automatic Processing Enabled
- `automatic_run` — Automatic Run
- `spreadsheet_id` — Spreadsheet Id
- `max_candidates` — Max Candidates
- `candidate_row_numbers` — Candidate Row Numbers
- `vob_assignment_value` — Vob Assignment Value
- `team_assignment_values` — Team Assignment Values
- `allow_unassigned_vob_rows_for_allowlist` — Allow Unassigned Vob Rows For Allowlist
- `athena_reconciliation_enabled` — Athena Reconciliation Enabled
- `availity_submit_enabled` — Availity Submit Enabled
- `uhc_submit_enabled` — Uhc Submit Enabled
- `enabled_eligibility_portals` — Enabled Eligibility Portals
- `max_live_availity_submissions` — Max Live Availity Submissions
- `candidate_processing_enabled` — Candidate Processing Enabled
- `max_live_availity_candidates` — Max Live Availity Candidates
- `max_live_availity_transactions` — Max Live Availity Transactions
- `availity_primary_transactions_per_candidate` — Availity Primary Transactions Per Candidate
- `availity_max_transactions_per_candidate` — Availity Max Transactions Per Candidate
- `allowed_availity_row_numbers` — Allowed Availity Row Numbers
- `require_availity_row_allowlist` — Require Availity Row Allowlist
- `require_athena_payer_match` — Require Athena Payer Match
- `athena_writeback_enabled` — Athena Writeback Enabled
- `google_sheets_writeback_enabled` — Google Sheets Writeback Enabled
- `external_writes_enabled` — External Writes Enabled
- `writes_locked` — Writes Locked
- `max_retry_attempts` — Max Retry Attempts
- `retry_backoff_minutes` — Retry Backoff Minutes
- `retry_backoff_enforced` — Retry Backoff Enforced
- `retry_backoff_overridden` — Retry Backoff Overridden
- `error` — Error

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

```json
{
  "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

```json
{
  "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
}
```
