Check Internal Comment
Perform Check Internal Comment through Parachute Health.
parachute_check_internal_commentwriteparachute
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
- Supplier Id
supplier_idexpressionOptional literal value or workflow expression.
- Activity
activityexpressionOptional literal value or workflow expression.
- Refresh Activity
refresh_activitybooleanOptional true-or-false value.
Default:
true - Content
contenttextOptional text value.
Default:
"processed"
Outputs
successSuccessorder_idOrder Idsupplier_idSupplier Idmarker_foundMarker Foundmatching_marker_foundMatching Marker Foundshould_processShould Processshould_create_commentShould Create Commentmatched_atMatched Atchecked_event_countChecked Event Countinternal_comment_countInternal Comment Countexpected_contentExpected Contentactivity_sourceActivity Source
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": [
"order_id"
],
"properties": {
"content": {
"type": "string",
"default": "processed",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"activity": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"order_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"supplier_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"refresh_activity": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"success": {},
"order_id": {},
"matched_at": {},
"supplier_id": {},
"marker_found": {},
"should_process": {},
"activity_source": {},
"expected_content": {},
"checked_event_count": {},
"matching_marker_found": {},
"should_create_comment": {},
"internal_comment_count": {}
},
"additionalProperties": true
}