Resolve VOB Run Controls
Perform Resolve VOB Run Controls through GenHealth - Eligibility.
eligibility_resolve_vob_run_controlsread
Inputs
- Trigger
triggerexpressionOptional literal value or workflow expression.
- Automatic Processing Enabled
automatic_processing_enabledbooleanOptional true-or-false value.
- Default Spreadsheet Id
default_spreadsheet_idexpressionOptional literal value or workflow expression.
- Default Max Candidates
default_max_candidatesnumberOptional numeric value.
- Default Vob Assignment Value
default_vob_assignment_valueexpressionOptional literal value or workflow expression.
- Default Team Assignment Values
default_team_assignment_valuesexpressionOptional literal value or workflow expression.
- Default Max Retry Attempts
default_max_retry_attemptsnumberOptional numeric value.
- Default Retry Backoff Minutes
default_retry_backoff_minutesexpressionOptional literal value or workflow expression.
- Default Uhc Automatic Processing Enabled
default_uhc_automatic_processing_enabledbooleanOptional true-or-false value.
Outputs
successSuccessstatusStatusrun_modeRun Modeautomatic_processing_enabledAutomatic Processing Enabledautomatic_runAutomatic Runspreadsheet_idSpreadsheet Idmax_candidatesMax Candidatescandidate_row_numbersCandidate Row Numbersvob_assignment_valueVob Assignment Valueteam_assignment_valuesTeam Assignment Valuesallow_unassigned_vob_rows_for_allowlistAllow Unassigned Vob Rows For Allowlistathena_reconciliation_enabledAthena Reconciliation Enabledavaility_submit_enabledAvaility Submit Enableduhc_submit_enabledUhc Submit Enabledenabled_eligibility_portalsEnabled Eligibility Portalsmax_live_availity_submissionsMax Live Availity Submissionscandidate_processing_enabledCandidate Processing Enabledmax_live_availity_candidatesMax Live Availity Candidatesmax_live_availity_transactionsMax Live Availity Transactionsavaility_primary_transactions_per_candidateAvaility Primary Transactions Per Candidateavaility_max_transactions_per_candidateAvaility Max Transactions Per Candidateallowed_availity_row_numbersAllowed Availity Row Numbersrequire_availity_row_allowlistRequire Availity Row Allowlistrequire_athena_payer_matchRequire Athena Payer Matchathena_writeback_enabledAthena Writeback Enabledgoogle_sheets_writeback_enabledGoogle Sheets Writeback Enabledexternal_writes_enabledExternal Writes Enabledwrites_lockedWrites Lockedmax_retry_attemptsMax Retry Attemptsretry_backoff_minutesRetry Backoff Minutesretry_backoff_enforcedRetry Backoff Enforcedretry_backoff_overriddenRetry Backoff OverriddenerrorError
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
}