Voltar para Notification Service
Type
SCHEDULED
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

queue: "notification.preferences.update"
backoff:
type: "exponential"
factor: 2
jitter: 0.1
maxDelayMs: 30000
baseDelayMs: 1000
timeoutMs: 10000
concurrency: 15
maxAttempts: 5

Input Schema

type: "object"
required:
0"correlationId"
1"idempotencyKey"
2"userId"
3"preferences"
properties:
userId:
causationId:
preferences:
correlationId:
idempotencyKey:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"userId"
1"preferences"
2"updatedAt"
3"correlationId"
properties:
userId:
updatedAt:
preferences:
correlationId:

Used in Flows (1)