Skip to documentation
Intake integration

Hydrate Intake Reprocess Context

Perform Hydrate Intake Reprocess Context through Intake.

View as Markdown
hydrate_canonical_intake_reprocess_context
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • document_itemDocument Item
  • errorError

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
}
View all Intake actions