← Voltar para Flows

Notification Preferences Flow

Name
Notification Preferences Flow
Description
Usuário altera preferências de notificação e confirma atualização.
Validated
Not Validated

Steps

  1. 1
    updateNotificationPreferences(Notification Service)
    Input Mapping
    userId: "$context.userId"
    causationId: "$context.eventId"
    preferences: "$context.preferences"
    correlationId: "$context.correlationId"
    idempotencyKey: "notif_prefs_update:$context.userId:$context.eventId:v1"
    Output Handlers
    Output KeyNext StepBranch To FlowMerge To Context
    successStep 2: sendNotificationYes
  2. 2
    sendNotification(Notification Service)
    Input Mapping
    correlationId: "$step1.correlationId"
    Output Handlers
    Output KeyNext StepBranch To FlowMerge To Context
    successYes