Skip to documentation
Brightree integration

Log CMN

Perform Log CMN through Brightree.

View as Markdown
brightree_log_cmn
writebrightree

Inputs

  • cmn_key
    expressionrequired
    Cmn Key

    Required literal value or workflow expression.

  • cmn_form_key
    expressionrequired
    Cmn Form Key

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • loggedLogged
  • noopNoop
  • cmn_keyCmn Key
  • cmn_form_keyCmn Form Key
  • previous_statusPrevious Status
  • actual_statusActual Status
  • messageMessage
  • errorError

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": [
    "cmn_key",
    "cmn_form_key"
  ],
  "properties": {
    "cmn_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "cmn_form_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "noop": {},
    "error": {},
    "logged": {},
    "cmn_key": {},
    "message": {},
    "success": {},
    "cmn_form_key": {},
    "actual_status": {},
    "previous_status": {}
  },
  "additionalProperties": true
}
View all Brightree actions