Skip to documentation
Consignment Intake integration

Record ClaimSoft Order Outcome

Perform Record ClaimSoft Order Outcome through Consignment Intake.

View as Markdown
record_consignment_claimsoft_order_outcome
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • order_create_result
    jsonrequired
    Order Create Result

    Required JSON value.

  • expected_idempotency_key
    expressionrequired
    Expected Idempotency Key

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • recordedRecorded
  • document_idDocument Id
  • workflow_run_idWorkflow Run 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",
    "order_create_result",
    "expected_idempotency_key"
  ],
  "properties": {
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_create_result": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "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": {},
    "recorded": {},
    "document_id": {},
    "idempotency_key": {},
    "workflow_run_id": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions