Finalize Template Schedule Audit Cycle
Perform Finalize Template Schedule Audit Cycle through Brightree.
brightree_finalize_template_schedule_audit_cyclewritebrightree
Inputs
- Account Key
account_keytextOptional text value.
- Cycle Id
cycle_idexpressionOptional literal value or workflow expression.
- Max Candidates
max_candidatesnumberrequiredRequired numeric value.
Default:
5000
Outputs
successSuccesscycle_idCycle IdcompletedCompletedshould_send_summaryShould Send Summarycycle_statusCycle Statustotal_item_countTotal Item Countcorrect_countCorrect Countcorrected_countCorrected Countdeferred_countDeferred Countmanual_review_countManual Review Countfailed_countFailed CountmessageMessageerrorError
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": [
"max_candidates"
],
"properties": {
"cycle_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"account_key": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_candidates": {
"type": "number",
"default": 5000,
"description": "Required numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"message": {},
"success": {},
"cycle_id": {},
"completed": {},
"cycle_status": {},
"failed_count": {},
"correct_count": {},
"deferred_count": {},
"corrected_count": {},
"total_item_count": {},
"manual_review_count": {},
"should_send_summary": {}
},
"additionalProperties": true
}