Hydrate Intake Reprocess Context
Perform Hydrate Intake Reprocess Context through Intake.
hydrate_canonical_intake_reprocess_contextwrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessdocument_itemDocument ItemerrorError
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": [
"document_id"
],
"properties": {
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"document_item": {}
},
"additionalProperties": true
}