Describes how to use the Show message step

Description

Displays a message in the UI.

Category

UI

Inputs

Label Type Required Default Visibility Description

Target

choice

yes

Caller

Always

Type of users to send the message.

Possible values are:
Caller
Users
All users

Users

text

config.target is users

config.target is users

Specific users to send the message.

Title

text

yes

Always

The title to be shown on message.

Message

text

yes

Always

The message content to be shown on message. It supports some basic HTML tags.

Type

choice

yes

Information

Always

Define the style for the message.

Possible values are:
Information
Success
Warning
Error

Keep visible

boolean

yes

Always

If true the message won’t be closed automatically and the user has to close it manually.

Outputs

No configuration is needed.

Sample

Show message Sample

The flow starts, the show message step shows the specified message and then the execution finished with the end step.

Back to top