Skip to documentation
Parachute Health integration

Check Internal Comment

Perform Check Internal Comment through Parachute Health.

View as Markdown
parachute_check_internal_comment
writeparachute

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • supplier_id
    expression
    Supplier Id

    Optional literal value or workflow expression.

  • activity
    expression
    Activity

    Optional literal value or workflow expression.

  • refresh_activity
    boolean
    Refresh Activity

    Optional true-or-false value.

    Default: true

  • content
    text
    Content

    Optional text value.

    Default: "processed"

Outputs

  • successSuccess
  • order_idOrder Id
  • supplier_idSupplier Id
  • marker_foundMarker Found
  • matching_marker_foundMatching Marker Found
  • should_processShould Process
  • should_create_commentShould Create Comment
  • matched_atMatched At
  • checked_event_countChecked Event Count
  • internal_comment_countInternal Comment Count
  • expected_contentExpected Content
  • activity_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
}
View all Parachute Health actions