Summarize VOB Batch
Perform Summarize VOB Batch through GenHealth - Eligibility.
eligibility_summarize_vob_batchwrite
Inputs
- Loop Results
loop_resultsexpressionrequiredRequired literal value or workflow expression.
- Candidate Count
candidate_countnumberOptional numeric value.
- Processing Status
processing_statusexpressionOptional literal value or workflow expression.
- Processing Candidate Count
processing_candidate_countnumberOptional numeric value.
- Manual Review Count
manual_review_countnumberOptional numeric value.
- Skipped Count
skipped_countnumberOptional numeric value.
- Portal Held Count
portal_held_countnumberOptional numeric value.
- Selector Diagnostics
selector_diagnosticsexpressionOptional literal value or workflow expression.
- Availity Transaction Budget
availity_transaction_budgetnumberOptional numeric value.
- Retry Deferred Count
retry_deferred_countnumberOptional numeric value.
- Retry Exhausted Count
retry_exhausted_countnumberOptional numeric value.
- Terminal Unchanged Count
terminal_unchanged_countnumberOptional numeric value.
- Retry History
retry_historyexpressionOptional literal value or workflow expression.
- Max Retry Attempts
max_retry_attemptsnumberOptional numeric value.
Outputs
successSuccessstatusStatuscandidate_countCandidate Countprocessing_candidate_countProcessing Candidate Countmanual_review_countManual Review Countportal_held_countPortal Held Countreportable_activity_countReportable Activity Countshould_report_activityShould Report Activityfailed_review_payload_countFailed Review Payload Countrecovered_branch_failure_countRecovered Branch Failure Countrecovered_fallback_outcome_countRecovered Fallback Outcome Countavaility_submission_countAvaility Submission Countavaility_submission_failed_countAvaility Submission Failed Countavaility_recovered_submission_countAvaility Recovered Submission Countavaility_transaction_attempt_countAvaility Transaction Attempt Counteligibility_transaction_attempt_countEligibility Transaction Attempt Countuhc_transaction_attempt_countUhc Transaction Attempt Countuhc_submission_countUhc Submission Countuhc_submission_failed_countUhc Submission Failed Countuhc_report_countUhc Report Countavaility_transaction_budget_remainingAvaility Transaction Budget Remainingretry_deferred_countRetry Deferred Countretry_exhausted_countRetry Exhausted Countterminal_unchanged_countTerminal Unchanged Countretry_newly_exhausted_countRetry Newly Exhausted Countretry_newly_exhausted_itemsRetry Newly Exhausted Itemsretry_newly_exhausted_handoffRetry Newly Exhausted Handofferror_messageError Messageverified_availity_outcome_countVerified Availity Outcome Countretry_availity_outcome_countRetry Availity Outcome Countterminal_failure_availity_outcome_countTerminal Failure Availity Outcome Countathena_writeback_countAthena Writeback Countgoogle_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
}