Wow-Compensation
  1. compensation.execution_failed
Wow-Compensation
  • wow
    • The receiving endpoint of the wait signal
    • Unified Sending Endpoint For Command Messages
    • Get Wow Metadata
    • Generate Global ID
    • Generate BI Sync Script
  • compensation.execution_failed
    • create_execution_failed
      POST
    • prepare_compensation
      PUT
    • force_prepare_compensation
      PUT
    • apply_execution_success
      PUT
    • apply_execution_failed
      PUT
    • apply_retry_spec
      PUT
    • change_function
      PUT
    • mark_recoverable
      PUT
    • Delete aggregate
      DELETE
    • Recover deleted aggregate
      PUT
    • Get Aggregate Tracing
      GET
    • Load State Aggregate
      GET
    • Load Versioned State Aggregate
      GET
    • Load Time Based State Aggregate
      GET
    • Get Snapshot
      GET
    • Regenerate Aggregate Snapshot
      PUT
    • Batch Regenerate Aggregate Snapshot
      PUT
    • Count Snapshot
      POST
    • List Query Snapshot
      POST
    • List Query Snapshot State
      POST
    • Paged Query Snapshot
      POST
    • Paged Query Snapshot State
      POST
    • Single Snapshot
      POST
    • Single Snapshot State
      POST
    • Load Event Stream
      GET
    • List Query Event Stream
      POST
    • Paged Query Event Stream
      POST
    • Count Event Stream
      POST
    • Event Compensate
      PUT
    • Resend State Event
      POST
  • Actuator
    • Actuator web endpoint 'health-path'
    • Actuator web endpoint 'health'
    • Actuator web endpoint 'cosidStringGenerator-name'
    • Actuator web endpoint 'cosidStringGenerator'
    • Actuator web endpoint 'cosidGenerator-name'
    • Actuator web endpoint 'cosidGenerator'
    • Actuator web endpoint 'cosid-name'
    • Actuator web endpoint 'cosid-name'
    • Actuator web endpoint 'cosid'
    • Actuator root web endpoint
  1. compensation.execution_failed

Single Snapshot

POST
/execution_failed/snapshot/single

请求参数

Body 参数application/json

示例
{
    "condition": {
        "children": "[]",
        "field": "",
        "operator": "AND",
        "options": {},
        "value": null
    },
    "projection": {
        "exclude": "[]",
        "include": "[]"
    },
    "sort": "[]"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/execution_failed/snapshot/single' \
--header 'Content-Type: application/json' \
--data-raw '{
    "condition": {
        "children": "[]",
        "field": "",
        "operator": "AND",
        "options": {},
        "value": null
    },
    "projection": {
        "exclude": "[]",
        "include": "[]"
    },
    "sort": "[]"
}'

返回响应

🟢200成功
application/json
Headers

Body

示例
{
    "aggregateId": "string",
    "aggregateName": "string",
    "contextName": "string",
    "deleted": true,
    "eventId": "string",
    "eventTime": 0,
    "firstEventTime": 0,
    "firstOperator": "string",
    "operator": "string",
    "ownerId": "string",
    "snapshotTime": 0,
    "state": {
        "error": {
            "bindingErrors": [
                {
                    "msg": "string",
                    "name": "string"
                }
            ],
            "errorCode": "string",
            "errorMsg": "string",
            "stackTrace": "string",
            "succeeded": true
        },
        "eventId": {
            "aggregateId": {
                "contextName": "string",
                "aggregateName": "string",
                "tenantId": "(0)",
                "aggregateId": "string"
            },
            "id": "string",
            "version": 0
        },
        "executeAt": 0,
        "function": {
            "contextName": "string",
            "functionKind": "COMMAND",
            "name": "string",
            "processorName": "string"
        },
        "id": "string",
        "recoverable": "RECOVERABLE",
        "retrySpec": {
            "executionTimeout": 0,
            "maxRetries": 0,
            "minBackoff": 0
        },
        "retryState": {
            "nextRetryAt": 0,
            "retries": 0,
            "retryAt": 0,
            "timeoutAt": 0
        },
        "status": "FAILED",
        "isBelowRetryThreshold": true,
        "isRetryable": true
    },
    "tenantId": "string",
    "version": 0
}
🟠404记录不存在
修改于 2025-09-01 06:51:54
上一页
Paged Query Snapshot State
下一页
Single Snapshot State
Built with