Process Renewal Follow-Up Candidate
Perform Process Renewal Follow-Up Candidate through GenHealth - Renewals.
renewal_process_subsequent_itemwrite
Inputs
- Job Id
job_idtextrequiredRequired text value.
- Request
requestjsonrequiredRequired JSON value.
- Item
itemjsonrequiredRequired JSON value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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": [
"job_id",
"request",
"item"
],
"properties": {
"item": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
},
"job_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"request": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}