Skip to documentation
Carelon Post Acute integration

Validate Workflow Configuration

Perform Validate Workflow Configuration through Carelon Post Acute.

View as Markdown
carelon_post_acute_validate_configuration
writecarelon_post_acute

Inputs

  • configuration
    jsonrequired
    Configuration

    Required JSON value.

  • exclude_tag_names
    jsonrequired
    Exclude Tag Names

    Required JSON value.

Outputs

  • successSuccess
  • errorError
  • configurationConfiguration
  • trigger_tagTrigger Tag
  • payer_namePayer Name
  • exclude_tag_namesExclude Tag Names

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": [
    "configuration",
    "exclude_tag_names"
  ],
  "properties": {
    "configuration": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "exclude_tag_names": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "payer_name": {},
    "trigger_tag": {},
    "configuration": {},
    "exclude_tag_names": {}
  },
  "additionalProperties": true
}
View all Carelon Post Acute actions