Detect Late-Tagged Orders
Perform Detect Late-Tagged Orders through NikoHealth.
nikohealth_detect_late_tagged_ordersInputs
- Trigger Tag Name
trigger_tag_nametextrequiredRequired text value.
- Handled Tag Name
handled_tag_nametextrequiredRequired text value.
- Exclude Tag Names
exclude_tag_namesexpressionOptional literal value or workflow expression.
- Exclude Statuses
exclude_statusesexpressionOptional literal value or workflow expression.
Default:
["Cancelled"] - Include Statuses
include_statusesexpressionOptional literal value or workflow expression.
- Outer Lookback Hours
outer_lookback_hoursnumberOptional numeric value.
Default:
2160 - Primary Lookback Hours
primary_lookback_hoursnumberOptional numeric value.
Default:
720 - Timezone
timezonetextOptional text value.
Default:
"America/Chicago" - Page Size
page_sizenumberOptional numeric value.
Default:
100 - Max Pages
max_pagesnumberOptional numeric value.
Default:
60 - Max Candidates
max_candidatesnumberOptional numeric value.
Default:
1000 - Output Limit
output_limitnumberOptional numeric value.
Default:
20 - Preferred Prior Auth Portal
preferred_prior_auth_portaltextrequiredRequired text value.
- Preferred Payer Name Markers
preferred_payer_name_markersexpressionrequiredRequired literal value or workflow expression.
- Exclude Payer Name Markers
exclude_payer_name_markersexpressionOptional literal value or workflow expression.
- Marker Note Subject
marker_note_subjecttextOptional text value.
Default:
"GenHealth Claim Processing Marker" - Marker Prefix
marker_prefixtextOptional text value.
Default:
"GENHEALTH_CLAIM_PROCESSING" - Review Note Prefix
review_note_prefixtextrequiredRequired text value.
- Stale After Minutes
stale_after_minutesnumberOptional numeric value.
Default:
360
Outputs
successSuccesserrorErrorcandidatesCandidatescandidate_countCandidate Countcandidate_list_truncatedCandidate List TruncateddigestDigestdiagnosticsDiagnostics
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": [
"trigger_tag_name",
"handled_tag_name",
"preferred_prior_auth_portal",
"preferred_payer_name_markers",
"review_note_prefix"
],
"properties": {
"timezone": {
"type": "string",
"default": "America/Chicago",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_pages": {
"type": "number",
"default": 60,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"page_size": {
"type": "number",
"default": 100,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"output_limit": {
"type": "number",
"default": 20,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"marker_prefix": {
"type": "string",
"default": "GENHEALTH_CLAIM_PROCESSING",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"max_candidates": {
"type": "number",
"default": 1000,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"exclude_statuses": {
"default": [
"Cancelled"
],
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"handled_tag_name": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"include_statuses": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"trigger_tag_name": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"exclude_tag_names": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"review_note_prefix": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"marker_note_subject": {
"type": "string",
"default": "GenHealth Claim Processing Marker",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"stale_after_minutes": {
"type": "number",
"default": 360,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"outer_lookback_hours": {
"type": "number",
"default": 2160,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"primary_lookback_hours": {
"type": "number",
"default": 720,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"exclude_payer_name_markers": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"preferred_prior_auth_portal": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"preferred_payer_name_markers": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"digest": {},
"success": {},
"candidates": {},
"diagnostics": {},
"candidate_count": {},
"candidate_list_truncated": {}
},
"additionalProperties": true
}