Skip to documentation
Brightree integration

Check CMN Active

Perform Check CMN Active through Brightree.

View as Markdown
brightree_check_cmn_active
writebrightree

Inputs

  • items_records
    expression
    Items Records

    Optional literal value or workflow expression.

Outputs

  • is_validIs Valid
  • reasonReason

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": {
    "items_records": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "reason": {},
    "is_valid": {}
  },
  "additionalProperties": true
}
View all Brightree actions