Completed Studies Report
Perform Completed Studies Report through GenHealth.
elite_completed_studies_reportwrite
Inputs
- Summary
summaryexpressionrequiredRequired literal value or workflow expression.
- Output Path
output_pathtextOptional text value.
- To Emails
to_emailstextOptional text value.
- Subject
subjectexpressionOptional literal value or workflow expression.
- Review Document Id
review_document_idexpressionOptional literal value or workflow expression.
- Attachment Document Ids
attachment_document_idsexpressionOptional literal value or workflow expression.
- Attachment Paths
attachment_pathstextOptional text value.
Outputs
statusStatushtmlHtmloutput_pathOutput Pathemailed_toEmailed Toattachment_countAttachment Countreview_urlReview Urltotal_rowsTotal Rowsready_for_import_countReady For Import Countfiltered_countFiltered Countexception_countException CounterrorError
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": [
"summary"
],
"properties": {
"subject": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"summary": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"to_emails": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"attachment_paths": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"review_document_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"attachment_document_ids": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"html": {},
"error": {},
"status": {},
"emailed_to": {},
"review_url": {},
"total_rows": {},
"output_path": {},
"filtered_count": {},
"exception_count": {},
"attachment_count": {},
"ready_for_import_count": {}
},
"additionalProperties": true
}