Skip to main content

SHOW_NOTIFICATION

Shows a notification to the user with optional title and resolved message.

Images

step_NOTIFICATION.png

At a glance

  • Category UI
  • Aliases CTX_SHOW_NOTIFICATION
  • Version: 1.0.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
notificationTypeType of notification (info, warning, error, message, task, success).infofalsefalseNoneNone
messageThe message to show. Supports variable resolution.NonetruetrueNoneNone
titleOptional title for the notification.NonefalsefalseNoneNone

Examples

Show a simple notification

 - step: SHOW_NOTIFICATION
notificationType: "info"
message: "Processing completed for {{userName}}"
title: "Done"

See Also

General Resources: