Check Unresolved Messages
Perform Check Unresolved Messages through Brightree.
brightree_check_unresolved_messageswritebrightree
Inputs
- Messages
messagesexpressionOptional literal value or workflow expression.
Outputs
has_unresolvedHas UnresolvedreasonReason
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",
"properties": {
"messages": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"reason": {},
"has_unresolved": {}
},
"additionalProperties": true
}