Template Processing Summary Report
Perform Template Processing Summary Report through GenHealth.
brightree_template_processing_summary_reportwrite
Inputs
- Period
periodselectrequiredRequired selected identifier or value.
Options: Daily ("daily"), Weekly ("weekly")
- Report Date
report_datetextOptional text value.
- As Of
as_oftextOptional text value.
- Target Workflow Definition Id
target_workflow_definition_idtextOptional text value.
- Source Report Base Url
source_report_base_urltextOptional text value.
- Output Path
output_pathtextOptional text value.
- To Emails
to_emailstextOptional text value.
Default:
"barberdme@genhealth.ai" - Subject
subjecttextOptional text value.
Outputs
statusStatushtmlHtmloutput_pathOutput Pathemailed_toEmailed Toattachment_countAttachment CountperiodPeriodwindow_modeWindow Modetime_range_labelTime Range Labelprocessed_countProcessed Countneeds_review_countNeeds Review Countunexpected_failure_countUnexpected Failure Countbusiness_flow_rowsBusiness Flow Rows
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": [
"period"
],
"properties": {
"as_of": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"period": {
"enum": [
"daily",
"weekly"
],
"type": "string",
"description": "Required selected identifier or value.",
"x-workflow-field-type": "select"
},
"subject": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"to_emails": {
"type": "string",
"default": "barberdme@genhealth.ai",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"report_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"source_report_base_url": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"target_workflow_definition_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"html": {},
"period": {},
"status": {},
"emailed_to": {},
"output_path": {},
"window_mode": {},
"processed_count": {},
"attachment_count": {},
"time_range_label": {},
"business_flow_rows": {},
"needs_review_count": {},
"unexpected_failure_count": {}
},
"additionalProperties": true
}