Skip to documentation
Consignment Intake integration

Recover ClaimSoft Order Outcome

Perform Recover ClaimSoft Order Outcome through Consignment Intake.

View as Markdown
recover_consignment_claimsoft_order_outcome
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • expected_idempotency_key
    expressionrequired
    Expected Idempotency Key

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • recoveredRecovered
  • document_idDocument Id
  • order_idOrder Id
  • idempotency_keyIdempotency Key
  • createdCreated
  • errorError

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": [
    "document_id",
    "expected_idempotency_key"
  ],
  "properties": {
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "expected_idempotency_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "created": {},
    "success": {},
    "order_id": {},
    "recovered": {},
    "document_id": {},
    "idempotency_key": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions