Select VOB Processing Candidates
Perform Select VOB Processing Candidates through GenHealth - Eligibility.
eligibility_select_vob_processing_candidateswrite
Inputs
- Candidates
candidatesexpressionrequiredRequired literal value or workflow expression.
- Processing Enabled
processing_enabledbooleanOptional true-or-false value.
- Availity Submit Enabled
availity_submit_enabledbooleanOptional true-or-false value.
- Max Live Availity Candidates
max_live_availity_candidatesnumberOptional numeric value.
- Enabled Eligibility Portals
enabled_eligibility_portalsexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatusprocessing_candidate_countProcessing Candidate Countportal_held_candidate_countPortal Held Candidate Countbudget_limited_candidate_countBudget Limited Candidate CountcandidatesCandidateserrorError
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": [
"candidates"
],
"properties": {
"candidates": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"processing_enabled": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"availity_submit_enabled": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"enabled_eligibility_portals": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"max_live_availity_candidates": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"status": {},
"success": {},
"candidates": {},
"processing_candidate_count": {},
"portal_held_candidate_count": {},
"budget_limited_candidate_count": {}
},
"additionalProperties": true
}