Download Order Documents
Perform Download Order Documents through Tomorrow Health.
tomorrow_health_download_order_documentswritetomorrow_health
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
- Persist Hidden Document
persist_hidden_documentbooleanOptional true-or-false value.
Default:
true
Outputs
successSuccessdocumentsDocumentscountCountcreated_countCreated Countorder_idOrder Idprimary_document_idPrimary Document Idsupplier_idSupplier Idtomorrow_health_org_idTomorrow Health Org Idtomorrow_health_org_nameTomorrow Health Org NameerrorError
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": [
"order_id"
],
"properties": {
"order_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"persist_hidden_document": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"success": {},
"order_id": {},
"documents": {},
"supplier_id": {},
"created_count": {},
"primary_document_id": {},
"tomorrow_health_org_id": {},
"tomorrow_health_org_name": {}
},
"additionalProperties": true
}