Skip to content

Operations Center

Workflows, outbox, inbox, retries, compensations and dead letters — without bypassing business rules.

Workflows

Workflows
WorkflowCorrelationStateRetriesCompensations
wf-demo-2corr-demo-2FAILED31
wf-demo-1corr-demo-1COMPLETED00

Outbox

Outbox
IdSchemaEventStatusAttempts
obx-2ledgermunicore.ledger.transaction.posted.v1pending0
obx-1paymentsmunicore.payments.payment.captured.v1published1

Inbox

Inbox
EventWorkflowType
evt-1wf-demo-1municore.payments.receipt.issued.v1

Dead letters

DLQ
IdSourceReasonCorrelation
dlq-1revenue-paymentmax_retries_exceededcorr-demo-2

Retries / Compensations

{
  "retries": [
    {
      "workflowId": "wf-demo-2",
      "retries": 3,
      "state": "FAILED"
    }
  ],
  "compensations": [
    {
      "workflowId": "wf-demo-2",
      "compensations": 1,
      "state": "FAILED"
    }
  ]
}

Replay contrôlé via POST /v1/ops/replay/webhook (ACL Payments).