Validate Workflow Configuration
Perform Validate Workflow Configuration through Carelon Post Acute.
carelon_post_acute_validate_configurationwritecarelon_post_acute
Inputs
- Configuration
configurationjsonrequiredRequired JSON value.
- Exclude Tag Names
exclude_tag_namesjsonrequiredRequired JSON value.
Outputs
successSuccesserrorErrorconfigurationConfigurationtrigger_tagTrigger Tagpayer_namePayer Nameexclude_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
}