Skip to documentation
GenHealth - Eligibility integration

Summarize VOB Batch

Perform Summarize VOB Batch through GenHealth - Eligibility.

View as Markdown
eligibility_summarize_vob_batch
write

Inputs

  • loop_results
    expressionrequired
    Loop Results

    Required literal value or workflow expression.

  • candidate_count
    number
    Candidate Count

    Optional numeric value.

  • processing_status
    expression
    Processing Status

    Optional literal value or workflow expression.

  • processing_candidate_count
    number
    Processing Candidate Count

    Optional numeric value.

  • manual_review_count
    number
    Manual Review Count

    Optional numeric value.

  • skipped_count
    number
    Skipped Count

    Optional numeric value.

  • portal_held_count
    number
    Portal Held Count

    Optional numeric value.

  • selector_diagnostics
    expression
    Selector Diagnostics

    Optional literal value or workflow expression.

  • availity_transaction_budget
    number
    Availity Transaction Budget

    Optional numeric value.

  • retry_deferred_count
    number
    Retry Deferred Count

    Optional numeric value.

  • retry_exhausted_count
    number
    Retry Exhausted Count

    Optional numeric value.

  • terminal_unchanged_count
    number
    Terminal Unchanged Count

    Optional numeric value.

  • retry_history
    expression
    Retry History

    Optional literal value or workflow expression.

  • max_retry_attempts
    number
    Max Retry Attempts

    Optional numeric value.

Outputs

  • successSuccess
  • statusStatus
  • candidate_countCandidate Count
  • processing_candidate_countProcessing Candidate Count
  • manual_review_countManual Review Count
  • portal_held_countPortal Held Count
  • reportable_activity_countReportable Activity Count
  • should_report_activityShould Report Activity
  • failed_review_payload_countFailed Review Payload Count
  • recovered_branch_failure_countRecovered Branch Failure Count
  • recovered_fallback_outcome_countRecovered Fallback Outcome Count
  • availity_submission_countAvaility Submission Count
  • availity_submission_failed_countAvaility Submission Failed Count
  • availity_recovered_submission_countAvaility Recovered Submission Count
  • availity_transaction_attempt_countAvaility Transaction Attempt Count
  • eligibility_transaction_attempt_countEligibility Transaction Attempt Count
  • uhc_transaction_attempt_countUhc Transaction Attempt Count
  • uhc_submission_countUhc Submission Count
  • uhc_submission_failed_countUhc Submission Failed Count
  • uhc_report_countUhc Report Count
  • availity_transaction_budget_remainingAvaility Transaction Budget Remaining
  • retry_deferred_countRetry Deferred Count
  • retry_exhausted_countRetry Exhausted Count
  • terminal_unchanged_countTerminal Unchanged Count
  • retry_newly_exhausted_countRetry Newly Exhausted Count
  • retry_newly_exhausted_itemsRetry Newly Exhausted Items
  • retry_newly_exhausted_handoffRetry Newly Exhausted Handoff
  • error_messageError Message
  • verified_availity_outcome_countVerified Availity Outcome Count
  • retry_availity_outcome_countRetry Availity Outcome Count
  • terminal_failure_availity_outcome_countTerminal Failure Availity Outcome Count
  • athena_writeback_countAthena Writeback Count
  • google_sheets_writeback_countGoogle Sheets Writeback Count

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": [
    "loop_results"
  ],
  "properties": {
    "loop_results": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "retry_history": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "skipped_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "candidate_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "portal_held_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "processing_status": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "max_retry_attempts": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "manual_review_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "retry_deferred_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "selector_diagnostics": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "retry_exhausted_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "terminal_unchanged_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "processing_candidate_count": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "availity_transaction_budget": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "status": {},
    "success": {},
    "error_message": {},
    "candidate_count": {},
    "uhc_report_count": {},
    "portal_held_count": {},
    "manual_review_count": {},
    "retry_deferred_count": {},
    "uhc_submission_count": {},
    "retry_exhausted_count": {},
    "athena_writeback_count": {},
    "should_report_activity": {},
    "terminal_unchanged_count": {},
    "availity_submission_count": {},
    "reportable_activity_count": {},
    "processing_candidate_count": {},
    "failed_review_payload_count": {},
    "retry_newly_exhausted_count": {},
    "retry_newly_exhausted_items": {},
    "uhc_submission_failed_count": {},
    "retry_availity_outcome_count": {},
    "google_sheets_writeback_count": {},
    "retry_newly_exhausted_handoff": {},
    "uhc_transaction_attempt_count": {},
    "recovered_branch_failure_count": {},
    "verified_availity_outcome_count": {},
    "availity_submission_failed_count": {},
    "recovered_fallback_outcome_count": {},
    "availity_transaction_attempt_count": {},
    "availity_recovered_submission_count": {},
    "availity_transaction_budget_remaining": {},
    "eligibility_transaction_attempt_count": {},
    "terminal_failure_availity_outcome_count": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions